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