github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/terraform/testdata/apply-multi-var-missing-state/root.tf (about)

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