From 150aa0b4b3ad8cd05653674e40f3abf9393688c5 Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Fri, 27 Sep 2024 17:28:04 +0100 Subject: [PATCH] envvars --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2c62d7d..6ae5b07 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,6 +1,7 @@ definitions: scripts: - script: &aws-context + echo $INSTANCE_ID_TF $AWS_DEFAULT_REGION $AWS_ACCOUNT_NO $OIDC_ROLE; export AWS_ROLE_ARN=arn:aws:iam::$AWS_ACCOUNT_NO:role/$OIDC_ROLE; export AWS_WEB_IDENTITY_TOKEN_FILE=$(pwd)/web-identity-token; echo $BITBUCKET_STEP_OIDC_TOKEN > $(pwd)/web-identity-token;