diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 06cb48a..fc10804 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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