terraform/internal/configs/testdata/invalid-modules/config-driven-move-experiment/config-driven-move-experime...

8 lines
241 B
HCL

# This is currently invalid alone because config-driven move requires the
# "config_driven_move" experiment. We can remove this test case altogther
# if moved blocks of this sort graduate to being stable.
moved {
from = a.b
to = c.d
}