From 207404ec1d509ba90ab8a5153889ed50de3bfbb3 Mon Sep 17 00:00:00 2001 From: Grzegorz Huber Date: Fri, 21 Jun 2024 16:59:38 +0200 Subject: [PATCH] [DOC-536] Smart Git diff compare for terraform modules --- bitbucket-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 038c076..3dbc0ae 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -292,4 +292,7 @@ pipelines: oidc: true script: - *aws-context-dev + - aws sts get-caller-identity --output text + - echo $AWS_ACCESS_KEY_ID + - echo $AWS_SECRET_ACCESS_KEY - bash snowsql-cicd.sh dev \ No newline at end of file