github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/test/fixtures/terragrunt/terragrunt-multi-plan/foo/terragrunt.hcl (about) 1 terraform { 2 source = "..//foo" 3 extra_arguments "common_vars" { 4 commands = get_terraform_commands_that_need_vars() 5 arguments = [ 6 "-var-file=terraform.tfvars" 7 ] 8 } 9 }