Skip to main content

Install

Declare the provider in your configuration:
Run terraform init to download it. The provider requires Terraform ≥ 1.0 and speaks protocol 6.0.
Alternatively, build and install from the repository:
Or point Terraform at a development binary with dev_overrides in your CLI config file:

Configure

This is an unofficial, community-maintained provider by Shirasaka Ren - not affiliated with PT Biznet Gio Nusantara.
See Authentication for the API token. The provider configuration schema:
timeout is the per-request HTTP timeout - it does not cap the create polling, which uses its own timeouts block (see below).

Resource timeouts

Resources that wait for provisioning accept a timeouts block:
Defaults: create = 20m, update = 20m, delete = 10m. Keypairs, bucket/credential/object resources, and IP assignments provision synchronously and have no timeouts block.

Versioning

Pin the version:
See the repository for releases and the changelog.