[DOC-536] Smart Git diff compare for terraform modules

This commit is contained in:
Grzegorz Huber
2024-06-21 15:39:01 +02:00
parent eff9d9dea0
commit eb68c1755c
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -247,6 +247,7 @@ pipelines:
oidc: true
script:
- *aws-context-dev
- pip install -r requirements.txt
- BB_PIPELINE_BRANCH="DEV" python terraform.py plan --environment=dev --module=devops-pipeline/other-resources
- step:
name: Plan streamlit-server on DEV
@@ -254,6 +255,7 @@ pipelines:
oidc: true
script:
- *aws-context-dev
- pip install -r requirements.txt
- BB_PIPELINE_BRANCH="DEV" python terraform.py plan --environment=dev --module=streamlit-server
- step:
name: Plan textract-pipeline on DEV
@@ -261,6 +263,7 @@ pipelines:
oidc: true
script:
- *aws-context-dev
- pip install -r requirements.txt
- BB_PIPELINE_BRANCH="DEV" python terraform.py plan --environment=dev --module=textract-pipeline/terraform
- step:
name: Plan devops-pipeline on UAT
@@ -268,6 +271,7 @@ pipelines:
oidc: true
script:
- *aws-context-uat
- pip install -r requirements.txt
- BB_PIPELINE_BRANCH="UAT" python terraform.py plan --environment=uat --module=devops-pipeline/other-resources
- step:
name: Plan streamlit-server on UAT
@@ -275,6 +279,7 @@ pipelines:
oidc: true
script:
- *aws-context-uat
- pip install -r requirements.txt
- BB_PIPELINE_BRANCH="UAT" python terraform.py plan --environment=uat --module=streamlit-server
- step:
name: Plan textract-pipeline on UAT
@@ -282,4 +287,5 @@ pipelines:
oidc: true
script:
- *aws-context-uat
- pip install -r requirements.txt
- BB_PIPELINE_BRANCH="UAT" python terraform.py plan --environment=uat --module=textract-pipeline/terraform
+1
View File
@@ -0,0 +1 @@
requests