diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ab0f455..e8193c3 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -280,7 +280,7 @@ pipelines: script: - *aws-context-uat - pip install -r requirements.txt - - BB_PIPELINE_BRANCH="DEV" python terraform.py apply --environment=uat --module=textract-pipeline/terraform + - BB_PIPELINE_BRANCH="DEV" python terraform.py apply --environment=uat --module=textract-pipeline/terraform --apply-extra-args="-target=null_resource.snowsql_client_create" feature/DOC-536-smart-git-diff: