terraform/configs/configupgrade
Martin Atkins adb88eaa16 configupgrade: Analysis of input configuration
In order to properly migrate the contents of resource, data, provider and
provisioner blocks we will need the provider's schema in order to
understand what is expected, so we can resolve some ambiguities inherent
in the legacy HCL AST.

This includes an initial prototype of migrating the content of resource
blocks just to verify that the information is being gathered correctly.
As with the rest of the upgrade_native.go file, this will be reorganized
significantly once the basic end-to-end flow is established and we can
see how to organize this code better.
2018-10-16 18:50:29 -07:00
..
test-fixtures configupgrade: Basic expression formatting 2018-10-16 18:50:29 -07:00
analysis.go configupgrade: Analysis of input configuration 2018-10-16 18:50:29 -07:00
doc.go
module_sources.go
module_sources_test.go
upgrade.go configupgrade: Analysis of input configuration 2018-10-16 18:50:29 -07:00
upgrade_expr.go configupgrade: Analysis of input configuration 2018-10-16 18:50:29 -07:00
upgrade_native.go configupgrade: Analysis of input configuration 2018-10-16 18:50:29 -07:00
upgrade_test.go configupgrade: Analysis of input configuration 2018-10-16 18:50:29 -07:00
upgrader.go configupgrade: Analysis of input configuration 2018-10-16 18:50:29 -07:00