5f8916b4fd
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. |
||
---|---|---|
.. | ||
test-fixtures | ||
analysis.go | ||
analysis_expr.go | ||
doc.go | ||
module_sources.go | ||
module_sources_test.go | ||
upgrade.go | ||
upgrade_body.go | ||
upgrade_expr.go | ||
upgrade_native.go | ||
upgrade_test.go | ||
upgrader.go |