Files
tree-sitter-jhcl/example/real_world_stuff/oracle/oracle%isv-single-tenant-vcn-isolation%examples%full-deployment%terragrunt.hcl

9 lines
162 B
HCL
Raw Normal View History

2021-06-23 20:30:30 +02:00
terraform {
extra_arguments "common_vars" {
commands = ["plan", "apply", "destroy"]
arguments = [
"-var-file=../../terraform.tfvars",
]
}
}