7cf782c1bf
There are a few situations that we've seen arise quite commonly for folks upgrading from Terraform 0.11 to 0.12. These particular problems are not things that Terraform 0.12 can fix automatically during upgrading, but we can at least give some better feedback to users that they ought to be addressed _before_ upgrading. The provider address problem is already detected and flagged by the "terraform 0.11checklist" command that folks should run as part of their upgrade process, but the module address problem is not something we noticed was lacking validation in 0.11 and so the checklist tool doesn't cover it. Due to the lack of coverage in the checklist tool, this commit also includes an additional section in the upgrade guide that mentions the problem and gives instructions on how to address it. |
||
---|---|---|
.. | ||
testdata/roundtrip | ||
diagnostics.go | ||
doc.go | ||
file.go | ||
marshal_equal.go | ||
read.go | ||
roundtrip_test.go | ||
version0.go | ||
version1.go | ||
version1_upgrade.go | ||
version2.go | ||
version2_upgrade.go | ||
version3.go | ||
version3_upgrade.go | ||
version4.go | ||
write.go |