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 30, 2024
1 parent c6237b7 commit e85335c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/terragruntPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ 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
// run Terraform non-interactively - don't prompt for any inputs
TF_INPUT = "false"
// don't output next command suggestions
TF_IN_AUTOMATION = 1
Expand Down

0 comments on commit e85335c

Please # to comment.