terraform refactor - check locks upon termination

This commit is contained in:
Grzegorz Huber
2024-06-10 11:23:49 +02:00
parent 85ed12813a
commit fdae715161
+3 -3
View File
@@ -318,21 +318,21 @@ pipelines:
image: hugree/bitbucket-aws-python38-tf154:latest
oidc: true
script:
- *aws-context-uat
- *aws-context-dev
- python terraform.py plan --environment=dev --module=devops-pipeline/other-resources
- step:
name: Plan streamlit-server on DEV
image: hugree/bitbucket-aws-python38-tf154:latest
oidc: true
script:
- *aws-context-uat
- *aws-context-dev
- python terraform.py plan --environment=dev --module=streamlit-server
- step:
name: Plan textract-pipeline on DEV
image: hugree/bitbucket-aws-python38-tf154:latest
oidc: true
script:
- *aws-context-uat
- *aws-context-dev
- python terraform.py plan --environment=dev --module=textract-pipeline/terraform
- step:
name: Plan devops-pipeline on UAT