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 0372f12 commit 5a467ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vars/terragruntPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ def call (Map args = [
TF_INPUT = "false"
TF_IN_AUTOMATION = 1
TERRAGRUNT_NON_INTERACTIVE = "true"
// force the pipeline to fail if the hcl is not properly formatted
//TERRAGRUNT_CHECK = "true"
//TERRAGRUNT_NO_COLOR = "true"
//TERRAGRUNT_DIFF = "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 5a467ba

Please sign in to comment.