github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/internal/configs/testdata/invalid-modules/config-driven-move-experiment/config-driven-move-experiment.tf (about) 1 # This is currently invalid alone because config-driven move requires the 2 # "config_driven_move" experiment. We can remove this test case altogther 3 # if moved blocks of this sort graduate to being stable. 4 moved { 5 from = a.b 6 to = c.d 7 }