terraform refactor - new CICD jobs

This commit is contained in:
Grzegorz Huber
2024-06-06 17:18:40 +02:00
parent 9423c05e95
commit fd5f5dee93
+14
View File
@@ -320,6 +320,13 @@ pipelines:
script:
- *aws-context-dev
- python terraform.py plan --environment=dev --module=streamlit-server
- step:
name: Plan devops-pipeline on UAT
image: hugree/bitbucket-aws-python38-tf154:latest
oidc: true
script:
- *aws-context-uat
- python terraform.py plan --environment=uat --module=devops-pipeline/other-resources
- step:
name: Plan streamlit-server on UAT
image: hugree/bitbucket-aws-python38-tf154:latest
@@ -327,3 +334,10 @@ pipelines:
script:
- *aws-context-uat
- python terraform.py plan --environment=uat --module=streamlit-server
- step:
name: Plan textract-pipeline on UAT
image: hugree/bitbucket-aws-python38-tf154:latest
oidc: true
script:
- *aws-context-uat
- python terraform.py plan --environment=uat --module=textract-pipeline/terraform