From fd5f5dee939e0361d30eb919aed549962cd7efbe Mon Sep 17 00:00:00 2001 From: Grzegorz Huber Date: Thu, 6 Jun 2024 17:18:40 +0200 Subject: [PATCH] terraform refactor - new CICD jobs --- bitbucket-pipelines.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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