Configuration
The provider says the API key is missing
The provider says the API key is missing
api_key in the provider block or export BIZNETGIO_API_KEY. Pulumi: run pulumi config set --secret biznetgio:apiToken <token> or export BIZNETGIO_API_KEY. Tokens are issued from the portal - see Authentication.Can I point the providers at the staging API?
Can I point the providers at the staging API?
BIZNETGIO_BASE_URL=https://api.portal.biznetgio.dev/v1 (Terraform base_url / Pulumi biznetgio:baseUrl override it per-configuration).Secrets and state
My keypair private key / S3 secret key disappeared
My keypair private key / S3 secret key disappeared
Do secret values leak into plans or diffs?
Do secret values leak into plans or diffs?
api_key/apiToken, passwords, and key material are marked sensitive, and every raw JSON output is redacted - values under keys like password, private_key, secret_key, token, and pem are masked as *** before entering state.What is the raw output for?
What is the raw output for?
raw holds the last API response JSON (redacted). The upstream API publishes no response schemas for some endpoints, so raw is the escape hatch for anything unmodeled - e.g. the change-package and storage-upgrade option data sources expose only raw.Resources
Can I reuse one keypair across services?
Can I reuse one keypair across services?
How do I change the OS of a running VM?
How do I change the OS of a running VM?
rebuild_os / rebuildOs on NEO Lite/Pro/Metal, or rebuild_trigger / rebuildTrigger on GPU. This is destructive - the disk is wiped. See Triggers.How do I migrate a NEO Lite VM to NEO Lite Pro?
How do I migrate a NEO Lite VM to NEO Lite Pro?
migrate_to_pro / migrateToPro on the NEO Lite VM to the target NEO Lite Pro product_id. It’s a one-shot action - change the value to re-fire.Why is shrinking a disk or quota rejected?
Why is shrinking a disk or quota rejected?
Should I manage objects through the object resource?
Should I manage objects through the object resource?
nos.<region>.neo.id endpoints instead.Which products are not covered by these providers?
Which products are not covered by these providers?
npx @biznetgio/cli).Operations
How long do creates take?
How long do creates take?
Active - typically 1-5 minutes, capped by the create timeout (20m default in Terraform).My Pulumi update timed out - is it safe to retry?
My Pulumi update timed out - is it safe to retry?
pulumi up resumes from where it left off.The GPU console data source behaves oddly in previews
The GPU console data source behaves oddly in previews
gpuConsole mints a new session on every read - it’s an action, not a pure lookup. Keep it out of values evaluated during plan diffing.Support
- Biznet GIO support: support@biznetgio.com
- Terraform provider issues: github.com/shirasakaren/terraform-provider-biznetgio/issues
- Pulumi provider issues: github.com/shirasakaren/pulumi-biznetgio/issues
- Documentation issues: github.com/shirasakaren/biznetgio-docs/issues