terraform init terraform apply \ -var="region=us-east-1" \ -var="stage=dev"
The region differs from the docs under CloudFormation, which uses us-east-1
terraform init terraform apply \ -var="region=us-east-1" \ -var="stage=dev"
The region differs from the docs under CloudFormation, which uses us-east-1
To load the same environment variables that the CloudFormation bootstrap exports, run the following command: eval "$(terraform output -raw migration_environment)"
Security risk here. Since there is no mention of checksum matching, might want to optionally call out a step to review/confirm the Terraform output script here before passing to eval