kubeform.dev/terraform-backend-sdk@v0.0.0-20220310143633-45f07fe731c5/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  }