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 ea21162 commit c6237b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/terragruntPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ def call (Map args = [
TERRAFORM_DIR = "$args.dir"
TERRAFORM_VERSION = "$version"
// https://developer.hashicorp.com/terraform/cli/config/environment-variables#tf_input
// run non-interactively - don't prompt for any inputs
TF_INPUT = "false"
// don't output next command suggestions
TF_IN_AUTOMATION = 1
TERRAGRUNT_NON_INTERACTIVE = "true"
// force the pipeline to fail if the hcl is not properly formatted
Expand Down

0 comments on commit c6237b7

Please sign in to comment.