github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/configs/testdata/valid-modules/moved-blocks/moved-blocks-2.tf (about)

     1  # One more moved block in a separate file just to make sure the
     2  # appending of multiple files works properly.
     3  moved {
     4    from = data.test.foo
     5    to   = data.test.bar
     6  }