diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 01324ef..cc9d9b1 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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: diff --git a/devops-pipeline/other-resources/vars-uat.tfvars b/devops-pipeline/other-resources/vars-uat.tfvars index 52f31a7..1d307e6 100644 --- a/devops-pipeline/other-resources/vars-uat.tfvars +++ b/devops-pipeline/other-resources/vars-uat.tfvars @@ -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 \ No newline at end of file diff --git a/textract-pipeline/terraform/vars-dev.tfvars b/textract-pipeline/terraform/vars-dev.tfvars index 2de759a..51d0be2 100644 --- a/textract-pipeline/terraform/vars-dev.tfvars +++ b/textract-pipeline/terraform/vars-dev.tfvars @@ -6,4 +6,8 @@ client_list = { client_id = "cn1" full_name = "Centene" }, + client2 = { + client_id = "ph1" + full_name = "Priority Health" + } } \ No newline at end of file