Repo for HCP Terraform Project Tf-Migrate-Stack-Migration-Retry-Test This repository contains Terraform configuration files for managing infrastructure as code using HashiCorp Terraform. It is designed to facilitate the deployment and management of cloud resources in a consistent and repeatable manner.
- Terraform installed on your local machine version
1.13.5or higher. - An account with HashiCorp Cloud Platform (HCP).
- An AWS account with the necessary permissions to create and manage resources.
- Doormat CLI installed and configured. Follow the Doormat CLI installation instructions
- Organization: sujay-test-01
- Project: Tf-Migrate-Stack-Migration-Retry-Test
- Workspaces:
-
- Type:
VCS-Driven - Variable file used:
vcs.auto.tfvars - Branch:
main - push to the branch and then create a new run in HCP Terraform UI to apply changes.
- Type:
-
-
Type:
ClI-Driven -
Variable file used:
terraform.tfvars -
To apply changes, run the following command:
terraform apply -var-file="terraform.tfvars"
-
-