github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/configs/testdata/invalid-files/everything-is-a-plan.tf (about) 1 # experiments.EverythingIsAPlan exists but is not registered as an active (or 2 # concluded) experiment, so this should fail until the experiment "gate" is 3 # removed. 4 terraform { 5 experiments = [everything_is_a_plan] 6 } 7 8 moved { 9 from = test_instance.foo 10 to = test_instance.bar 11 }