Skip to content

Commit

Permalink
updated terragruntPipeline.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 25, 2024
1 parent 70420c7 commit b4dedaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/terragruntPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def call (Map args = [
TERRAFORM_DIR = "$args.dir"
TERRAFORM_VERSION = "$version"
TF_IN_AUTOMATION = 1
TERRAGRUNT_NON_INTERACTIVE = "true"
APPLY_BRANCH_PATTERN = "$apply_branch_pattern"
GOOGLE_APPLICATION_CREDENTIALS = "$WORKSPACE_TMP/.gcloud/application-credentials.json.$BUILD_TAG" // gcpSetupApplicationCredentials() will follow this path
//TF_LOG = "$DEBUG"
Expand Down

0 comments on commit b4dedaf

Please sign in to comment.