opentofu/configs/configupgrade
Martin Atkins 48f1245e6b configs/configupgrade: Replace lookup(...) with index syntax
If lookup is being used with only two arguments then it is equivalent to
index syntax and more readable that way, so we'll replace it.

Ideally we'd do similarly for element(...) here but sadly we cannot
because we can't prove in static analysis that the user is not relying
on the modulo wraparound behavior of that function.
2018-12-04 11:37:39 -08:00
..
test-fixtures configs/configupgrade: Replace lookup(...) with index syntax 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_test.go configupgrade: Load source code for a module and detect already upgraded 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
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 lookup(...) with index syntax 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
upgrade.go configupgrade: Analysis of input configuration 2018-10-16 18:50:29 -07:00
upgrader.go terraform: More wiring in of new provider types 2018-10-16 19:12:54 -07:00