Development
February 2, 2022 ยท View on GitHub
This integration focuses on Terraform Cloud and is using the Terraform Cloud API for interacting with the Terraform Cloud resources.
Provider account setup
Reference: Terraform Cloud Get-Started Tutorial
- Sign-up for a Terraform cloud account.
- Select start from scratch and create an organization.
- Enter the neccesary details and then click 'Create organization'
- If you need a workspace, create a workspace.
Authentication
To start the integration, we need to provide an API Authentication token to our
integration.
Generate organization token
and provide it to your .env. Once that's done, you should now be able to start
contributing to this integration. The integration will pull in the API_KEY and
ORGANIZATION_NAME variables from the .env file and use them when making
requests.