May 6, 2025
SDKs
David Ackerman

Terraform provider general availability

Our Terraform Provider generator is now generally available.

If any of your users would like to configure resources in your API with Infrastructure as Code (IaC) using Terraform, they can now do so.

Our Terraform providers generate Hashicorp docs, handle complex datatypes, and support custom acceptance tests and state migrations to ensure robust deployments.

Simply select Terraform from the languages list in the SDK Studio to get started:

  1. The Terraform Provider uses the Go SDK, so it will be enabled as well, if it isn’t already.
  2. Enable some resources and address any diagnostics.
  3. Try the provider locally.