Files
opentf/terraform/testdata/apply-multi-var-missing-state/root.tf
2019-06-30 10:16:15 +02:00

8 lines
217 B
HCL

// We test this in a child module, since the root module state exists
// very early on, even before any resources are created in it, but that is not
// true for child modules.
module "child" {
source = "./child"
}