terraform refactor - new CICD jobs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user