github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/test/fixtures/terragrunt/terragrunt-with-error/terragrunt.hcl (about)

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