blob: 25a0a1f9b49e76a08da0bd185fc327b92519afaf [file] [log] [blame]
// 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"
}