Skip to content

Commit

Permalink
updated terraformPipeline.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 25, 2024
1 parent 7061269 commit e48e3cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/terraformPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ def call (Map args = [
environment {
TERRAFORM_DIR = "$args.dir"
TERRAFORM_VERSION = "$version"
TF_INPUT = "false"
TF_IN_AUTOMATION = 1
TERRAGRUNT_NON_INTERACTIVE = "true"
APPLY_BRANCH_PATTERN = "$apply_branch_pattern"
/// $HOME evaluates to /home/jenkins here but /root inside gcloud-sdk container, leading to a mismatch 'no such file or directory' error
//GOOGLE_APPLICATION_CREDENTIALS = "$HOME/.gcloud/application-credentials.json.$GIT_COMMIT"
Expand Down

0 comments on commit e48e3cd

Please sign in to comment.