Skip to content

Commit

Permalink
added comment describing terragrunt block
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 committed Sep 21, 2023
1 parent 43a9719 commit 9eac371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ remote_state {
}
}

# This block will read all variables in shared.tfvars and append them
# to all terrform commands that accept inputs
terraform {
extra_arguments "shared_vars" {
commands = get_terraform_commands_that_need_vars()
Expand Down

0 comments on commit 9eac371

Please sign in to comment.