File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
terraform/account-wide-infrastructure/dev Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6868 - name : Add S3 Permissions to Lambda
6969 run : |
7070 account=$(echo '${{ inputs.environment }}' | cut -d '-' -f1)
71- make get-s3-perms ENV=${account}
71+ inactive_stack=$(poetry run python ./scripts/get_env_config.py inactive-stack ${{ inputs.environment }})
72+ make get-s3-perms ENV=${account} TF_WORKSPACE_NAME=${inactive_stack}
7273
7374 - name : Save Build Artifacts
7475 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ resource "aws_secretsmanager_secret" "dev_environment_configuration" {
2323}
2424
2525resource "aws_secretsmanager_secret" "devsandbox_environment_configuration" {
26- name = " ${ local . project } --devsandbox --env-config"
26+ name = " ${ local . project } --dev-sandbox --env-config"
2727 description = " The environment configuration for the Dev Sandbox environment"
2828}
You can’t perform that action at this time.
0 commit comments