terraform/configs/configupgrade/test-fixtures
Kristin Laemmert 5f8916b4fd
configs/configupgrade: do not panic on HEREDOCs. (#20281)
Previously, configupgrade would panic if it encountered a HEREDOC. For
the time being, we will simply print out the HEREDOC as-is.

Unfortunately, we discovered that terraform 0.11's version of HCL
allowed for HEREDOCs with the termination delimiter inline (instead of
on a newline, which is technically correct). Since 0.12configupgrade
needs to be bug-compatible with terraform 0.11, we must roll back to the
same version of HCL used in terraform 0.11.
2019-02-08 15:51:53 -08:00
..
already-upgraded configupgrade: Load source code for a module and detect already upgraded 2018-10-16 18:50:29 -07:00
valid configs/configupgrade: do not panic on HEREDOCs. (#20281) 2019-02-08 15:51:53 -08:00