You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/configs/testdata/invalid-modules/config-driven-move-experiment/config-driven-move-experime...

8 lines
241 B

# 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
}