Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren
BiznetGIO: Installation & Configuration
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren
Installation
The BiznetGIO provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@shirasakaren/biznetgio - Python:
pulumi-biznetgio(import aspulumi_biznetgio) - Go:
github.com/shirasakaren/pulumi-biznetgio/sdk/go/pulumi-biznetgio - .NET:
Shirasakaren.Biznetgio - Java:
ren.shirasaka:biznetgio
The provider plugin binary is downloaded automatically from GitHub Releases. To install it directly:
pulumi plugin install resource biznetgio <version> --server github://api.github.com/shirasakaren/pulumi-biznetgio
Setup
Get an API token from the BiznetGIO portal, then set it as a secret config value:
pulumi config set --secret biznetgio:apiToken <token>
Or export it as an environment variable instead: BIZNETGIO_API_KEY.
Configuration Options
Use pulumi config set biznetgio:<option>.
| Option | Required/Optional | Description |
|---|---|---|
apiToken | Required | BiznetGIO API token, sent as the x-token header. Environment: BIZNETGIO_API_KEY. |
baseUrl | Optional | API base URL. Defaults to https://api.portal.biznetgio.com/v1. Environment: BIZNETGIO_BASE_URL. |
Billing note:
payWithCreditCarddefaults totrueon order/upgrade calls, so the firstpulumi upcharges the credit card on file. Set it tofalseto leave the orderPendingfor manual payment in the portal instead.
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren