Files
opentf/internal/tofu/testdata/apply-multi-var-missing-state/root.tf
2023-09-20 15:16:53 +03: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"
}