[DOC-536] Smart Git diff compare for terraform modules
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
requests
|
||||
Reference in New Issue
Block a user