The Nuon Terraform provider is the recommended way of managing application configuration.

Setup

The Terraform provider must be provided with an API token, and an org ID.

To set your api_token:

  1. Fetch an api token using nuon api-token.
  2. Export NUON_API_TOKEN=token or use the api_token variable on the provider.
provider "nuon" {
  api_token = "your-api-token"
}

Configuration Management

Please refer to the configuration management guide for details on state management, and best practices.