Matchbox v0.2.0 published on Friday, Oct 11, 2024 by Pulumiverse
Matchbox: Installation & Configuration
Installation
The Pulumi Matchbox provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumiverse/matchbox
- Python:
pulumiverse_matchbox
- Go:
github.com/pulumiverse/pulumi-matchbox/sdk/go/matchbox
- .NET:
Pulumiverse.Matchbox
Setup
To provision resources with the Pulumi Matchbox provider, you need to have a certificate.
Configuration Options
Use pulumi config set matchbox:<option>
.
Option | Required/Optional | Description |
---|---|---|
endpoint | Required | Endpoint to the Matchbox server in |
client_cert | Optional | Client certificate |
client_key | Optional | Client key |
ca | Optional | Certificate Authority chain |