Closed smjmoj closed 1 year ago
How to test: Pull this branch git checkout feature/aws_secrets_manager_replace_tfvars
git checkout feature/aws_secrets_manager_replace_tfvars
Set Terraform version tfenv use $(cat versions.tf 2> /dev/null | grep required_version | cut -d "\"" -f 2 | cut -d " " -f 2) && tfenv pin
tfenv use $(cat versions.tf 2> /dev/null | grep required_version | cut -d "\"" -f 2 | cut -d " " -f 2) && tfenv pin
Run commands
make init
make workspace-select
make plan
Test script ./scripts/get_secrets.sh
./scripts/get_secrets.sh
@smjmoj - you mentioned yesterday you already applied these changes. do you have a copy of the plan you can attach to the PR?
How to test: Pull this branch
git checkout feature/aws_secrets_manager_replace_tfvars
Set Terraform version
tfenv use $(cat versions.tf 2> /dev/null | grep required_version | cut -d "\"" -f 2 | cut -d " " -f 2) && tfenv pin
Run commands
make init
make workspace-select
make plan
Test script
./scripts/get_secrets.sh