[DOC-595] fix snowflake id, add client
This commit is contained in:
@@ -229,7 +229,7 @@ pipelines:
|
||||
- *aws-context-prod
|
||||
- aws sts get-caller-identity --output text
|
||||
- pip install -r requirements.txt
|
||||
- BB_PIPELINE_BRANCH="DEV" python terraform.py apply --environment=prod --module=devops-pipeline/other-resources
|
||||
- BB_PIPELINE_BRANCH="PROD" python terraform.py apply --environment=prod --module=devops-pipeline/other-resources
|
||||
- step:
|
||||
name: Apply streamlit-server on PROD
|
||||
image: hugree/bitbucket-aws-python38-tf154:latest
|
||||
@@ -237,7 +237,7 @@ pipelines:
|
||||
script:
|
||||
- *aws-context-prod
|
||||
- pip install -r requirements.txt
|
||||
- BB_PIPELINE_BRANCH="DEV" python terraform.py apply --environment=prod --module=streamlit-server
|
||||
- BB_PIPELINE_BRANCH="PROD" python terraform.py apply --environment=prod --module=streamlit-server
|
||||
- step:
|
||||
name: Apply textract-pipeline on PROD
|
||||
image: hugree/terraform-with-snowsql:latest
|
||||
@@ -245,7 +245,7 @@ pipelines:
|
||||
script:
|
||||
- *aws-context-prod
|
||||
- pip install -r requirements.txt
|
||||
- BB_PIPELINE_BRANCH="DEV" python terraform.py apply --environment=prod --module=textract-pipeline/terraform
|
||||
- BB_PIPELINE_BRANCH="PROD" python terraform.py apply --environment=prod --module=textract-pipeline/terraform
|
||||
- step:
|
||||
<<: *snowflake_deploy
|
||||
condition:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
aws_account_id = 975049960860
|
||||
storage_integration_external_id = "OQ11564_SFCRole=2_yIGmS6lIr9sc1V6IdTqkl/8l1e4="
|
||||
storage_integration_external_id = "OQ11564_SFCRole=2_L4NUsKqd3NIBmrATa1djc/T3ECQ="
|
||||
cross_account_target_account_id = 660131068782
|
||||
@@ -6,4 +6,8 @@ client_list = {
|
||||
client_id = "cn1"
|
||||
full_name = "Centene"
|
||||
},
|
||||
client2 = {
|
||||
client_id = "ph1"
|
||||
full_name = "Priority Health"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user