github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/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 }