Install
Declare the provider in your configuration:terraform init to download it. The provider requires Terraform ≥ 1.0 and speaks protocol 6.0.
Building from source
Building from source
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.
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 atimeouts block:
create = 20m, update = 20m, delete = 10m. Keypairs, bucket/credential/object resources, and IP assignments provision synchronously and have no timeouts block.