mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-18 04:01:08 -05:00
8 lines
217 B
HCL
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"
|
|
}
|