github.com/opentofu/opentofu@v1.7.1/internal/refactoring/testdata/remove-statement/valid-remove-statements/child/main.tf (about)

     1  removed {
     2    from = foo.removed_resource_from_child_module
     3  }
     4  
     5  module "grandchild" {
     6    source = "./grandchild"
     7  }
     8  
     9  removed {
    10    from = module.removed_module_from_child_module
    11  }