Terraform Cloud
Overview
Terraform Cloud is a cloud-based service offered by HashiCorp that provides teams with a centralized workspace for managing infrastructure as code using Terraform. It supports collaboration, versioning, and automation, and offers features like access controls, private networking, and policy management.
Entitle can manage teams in Terraform Cloud.
This page will provide you with instructions on how to integrate Entitle and Terraform Cloud.
General guidelines
To integrate your Terraform Cloud with Entitle, you will need to create an organization token.
Set up Terraform Cloud to work with Entitle
- Login to your Terraform account.
- Select the desired organization.

- Navigate to the 'Settings' page.

- Navigate to the 'API Tokens' page.

- Click 'Create an organization token'.

- Set an expiration and click 'Generate token'.

- Copy the token, you will use it later on.

Creating the integration in Entitle
All that is left to do is create an integration on the Entitle application.
- Log into Entitle and navigate to the ‘Integrations’ page.
- After clicking the ‘Add Integration’ button, type 'Terraform Cloud' in the Application field.
- Don’t forget to set ‘Save on’ correctly on your agent or Entitle’s cloud.

- Under the
token
field, paste the organization token you copied in Step 7. - Example Configuration JSON:
{
"token": "<YOUR_ORGANIZATION_TOKEN>"
}
- Click ‘Save’, you are done!🎉
Updated 4 days ago
What’s Next