diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6aab874..fb21918 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -227,6 +227,7 @@ pipelines: oidc: true script: - *aws-context-prod + - echo $AWS_ROLE_ARN | base64 - aws sts get-caller-identity --output text - pip install -r requirements.txt - BB_PIPELINE_BRANCH="DEV" python terraform.py plan --environment=prod --module=devops-pipeline/other-resources