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

     1  resource "foo" "basic_resource" {
     2  }
     3  
     4  removed {
     5    from = foo.basic_resource
     6  }