Skip to main content
From zero to a running NEO Lite VM in about five minutes.

Prerequisites

Get started

1

Export your API token

The provider reads credentials from environment variables, so no provider block is required:
2

Write the configuration

Create main.tf:
This orders the smallest available NEO Lite package on a monthly cycle and waits until the VM reports Active.
3

Apply

Confirm the plan with yes. Creating the VM places a real order on your account and typically takes 1–5 minutes.
4

Verify

You should see "Active". Your VM is also visible under NEO Lite in the portal.
5

Clean up

Destroying the VM resource deletes the server (DELETE /neolites/{account_id}).

Next steps

Lost? Reach out to Biznet GIO support at support@biznetgio.com, or open an issue on the provider repository.