github.com/opentofu/opentofu@v1.7.1/internal/refactoring/testdata/remove-statement/not-valid-nested-resource-block-still-exist/main.tf (about)

     1  removed {
     2    from = module.child.foo.basic_resource
     3  }
     4  
     5  module "child" {
     6    source = "./child"
     7  }