1. Registry
  2. Packages
  3. BiznetGIO
  4. Installation & Configuration
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren

BiznetGIO: Installation & Configuration

biznetgio logo
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren

    Installation

    The BiznetGIO provider is available as a package in all Pulumi languages:

    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>.

    OptionRequired/OptionalDescription
    apiTokenRequiredBiznetGIO API token, sent as the x-token header. Environment: BIZNETGIO_API_KEY.
    baseUrlOptionalAPI base URL. Defaults to https://api.portal.biznetgio.com/v1. Environment: BIZNETGIO_BASE_URL.

    Billing note: payWithCreditCard defaults to true on order/upgrade calls, so the first pulumi up charges the credit card on file. Set it to false to leave the order Pending for manual payment in the portal instead.

    biznetgio logo
    Viewing docs for Pulumi BiznetGIO Provider v0.1.7
    published on Wednesday, Aug 19, 2026 by shirasakaren

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial