ministryofjustice / staff-device-shared-services-infrastructure

Staff Device AWS Infrastructure for build pipelines
https://ministryofjustice.github.io/cloud-operations/#cloud-operations
MIT License
2 stars 1 forks source link

Feature aws secrets manager replace tfvars #90

Closed smjmoj closed 1 year ago

smjmoj commented 1 year ago

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

jamesgreen-moj commented 1 year ago

@smjmoj - you mentioned yesterday you already applied these changes. do you have a copy of the plan you can attach to the PR?