Terraform
HashiCorp Terraform Provider
Last updated
Was this helpful?
HashiCorp Terraform Provider
Last updated
Was this helpful?
To support modern GitOps practices Hava has built a provider for Terraform. This will allow teams that utilize Terraform to deploy and manage their cloud environments to use the same tools to manage their integration with Hava. Making it simple to automatically add new cloud environments to Hava as new environments are deployed.
Hava's Terraform provider can be found in the official .
The below example shows how the Terraform provider can be used to configure an AWS account source using a cross account role.
The provider relies on the Hava API and requires any requests to be authenticated using an API token.
The recommended approach to providing an API token to the terraform provider is by setting the HAVA_TOKEN
environment variable in the shell you are executing Terraform commands from.
More details on the available providers can be found in the documentation for the Terraform provider on the .
See our for details on how to generate an API token for your account.