9 lines
162 B
HCL
9 lines
162 B
HCL
|
|
terraform {
|
||
|
|
extra_arguments "common_vars" {
|
||
|
|
commands = ["plan", "apply", "destroy"]
|
||
|
|
|
||
|
|
arguments = [
|
||
|
|
"-var-file=../../terraform.tfvars",
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|