github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/valid-modules/removed-blocks/removed-blocks-1.tf (about)

     1  removed {
     2    from = test.foo
     3  }
     4  
     5  removed {
     6    from = test.foo
     7  }
     8  
     9  removed {
    10    from = module.a
    11  }
    12  
    13  removed {
    14    from = module.a
    15  }
    16  
    17  removed {
    18    from = test.foo
    19  }