terraform/internal/experiments
Martin Atkins 6b8e103d6a configs: Include "moved" blocks when merging multiple files into a module
An earlier commit added logic to decode "moved" blocks and do static
validation of them. Here we now include that result also in modules
produced from those files, which we can then use in Terraform Core to
actually implement the moves.

This also places the feature behind an active experiment keyword called
config_driven_move. For now activating this doesn't actually achieve
anything except let you include moved blocks that Terraform will summarily
ignore, but we'll expand the scope of this in later commits to eventually
reach the point where it's really usable.
2021-07-01 08:28:02 -07:00
..
doc.go Move experiments/ to internal/experiments/ 2021-05-17 14:09:07 -07:00
errors.go Move experiments/ to internal/experiments/ 2021-05-17 14:09:07 -07:00
experiment.go configs: Include "moved" blocks when merging multiple files into a module 2021-07-01 08:28:02 -07:00
set.go Move experiments/ to internal/experiments/ 2021-05-17 14:09:07 -07:00
testing.go Move experiments/ to internal/experiments/ 2021-05-17 14:09:07 -07:00