terraform/configs/configupgrade
Martin Atkins 4927a4105b configs/configupgrade: Replace calls to list() and map()
We now have native language features for declaring tuples and objects,
which are the idiomatic way to construct sequence and mapping values that
can then be converted to list, set, and map types as needed.
2018-12-04 11:37:39 -08:00
..
test-fixtures configs/configupgrade: Replace calls to list() and map() 2018-12-04 11:37:39 -08:00
analysis.go configs/configupgrade: Add some logging and enable it for tests 2018-12-04 11:37:39 -08:00
doc.go configupgrade: new package for upgrading configs for 0.12 2018-10-16 18:50:29 -07:00
module_sources.go configupgrade: Load source code for a module and detect already upgraded 2018-10-16 18:50:29 -07:00
module_sources_test.go configupgrade: Load source code for a module and detect already upgraded 2018-10-16 18:50:29 -07:00
upgrade.go configupgrade: Analysis of input configuration 2018-10-16 18:50:29 -07:00
upgrade_body.go configs/configupgrade: Upgrade rules for the "terraform" block type 2018-12-04 11:37:39 -08:00
upgrade_expr.go configs/configupgrade: Replace calls to list() and map() 2018-12-04 11:37:39 -08:00
upgrade_native.go configs/configupgrade: Decide on blank lines by ends of items 2018-12-04 11:37:39 -08:00
upgrade_test.go configs/configupgrade: Test that map attrs as blocks are fixed 2018-12-04 11:37:39 -08:00
upgrader.go terraform: More wiring in of new provider types 2018-10-16 19:12:54 -07:00