github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/test/fixtures/terragrunt/terragrunt-no-error/terragrunt.hcl (about)

     1  terraform {
     2    source = "..//terragrunt-no-error"
     3    extra_arguments "common_vars" {
     4      commands = get_terraform_commands_that_need_vars()
     5      arguments = [
     6        "-var-file=terraform.tfvars"
     7      ]
     8    }
     9  }