Terraform Cloud is an application that helps teams use Terraform together. It manages Terraform runs in a consistent and reliable environment, and includes easy access to shared state and secret data, access controls for approving changes to infrastructure, a private registry for sharing Terraform modules, detailed policy controls for governing the contents of Terraform configurations, and more.
You will be using Terraform Cloud to store the Terraform state of the infrastructures your pipeline will provision and deploy using Terraform in future modules.
When you sign up, you will receive an email asking you to confirm your email address. Confirm your email address before moving on. When you click the link to confirm your email address, the Terraform Cloud UI will ask which setup workflow you would like use. Select Start from scratch.
To create a Terraform Cloud organization on the Trial Plan, be sure to use this link to create a new organization:
https://app.terraform.io/app/organizations/new?trial=workshop2023
In the workspace, set workspace name as aws-workshop
In the User Settings section, Create a new ‘Terraform API token’ then copy and paste the token in a secure location for later use.
Your Terraform Cloud API token must be protected and not shared with unauthorized parties to prevent exposure and unauthorized access.
Great, you have created and safely stored your newly created Terraform Cloud API Token.