Terraform Provider
Manage Akuity Platform resources declaratively with the Akuity Terraform provider.
| Resource | Link |
|---|---|
| Documentation, resources & upgrade guides | https://registry.terraform.io/providers/akuity/akp/latest/docs |
| Source code | https://github.com/akuity/terraform-provider-akp |
| Examples | https://registry.terraform.io/providers/akuity/akp/latest/docs#example-usage |
The registry documentation covers installation, provider configuration, every resource and data source, and per-version upgrade guides.
Example
terraform {
required_providers {
akp = {
source = "akuity/akp"
}
}
}
provider "akp" {
org_name = "your-organization-name"
}
Authenticate by setting AKUITY_API_KEY_ID and AKUITY_API_KEY_SECRET in the environment. The provider targets the US region (https://akuity.cloud) by default; EU customers should set server_url (or the AKUITY_SERVER_URL environment variable) to https://eu.akuity.cloud.
FAQ
Do I need an Akuity API key?
Yes. Create one (see API Keys) and provide it via the AKUITY_API_KEY_ID and AKUITY_API_KEY_SECRET environment variables.
Where do I report a bug or request a feature?
Open an issue at https://github.com/akuity/terraform-provider-akp/issues.