configs/configupgrade: typo fix (#22469)

This commit is contained in:
Daniel Schroeder 2019-08-16 16:38:38 +02:00 committed by Kristin Laemmert
parent b5508b9142
commit 628b50f900
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ resource "test_instance" "bad2" {
resource "test_instance" "bad3" {
# TF-UPGRADE-TODO: In Terraform v0.10 and earlier, it was sometimes necessary to
# force an interpolation expression to be interpreted as a list by wrapping it
# in an extra set of list brackets. That form was supported for compatibilty in
# in an extra set of list brackets. That form was supported for compatibility in
# v0.11, but is no longer supported in Terraform v0.12.
#
# If the expression in the following list itself returns a list, remove the

View File

@ -236,7 +236,7 @@ func attributeRule(filename string, wantTy cty.Type, an *analysis, exprRule func
buf.WriteString(
"# TF-UPGRADE-TODO: In Terraform v0.10 and earlier, it was sometimes necessary to\n" +
"# force an interpolation expression to be interpreted as a list by wrapping it\n" +
"# in an extra set of list brackets. That form was supported for compatibilty in\n" +
"# in an extra set of list brackets. That form was supported for compatibility in\n" +
"# v0.11, but is no longer supported in Terraform v0.12.\n" +
"#\n" +
"# If the expression in the following list itself returns a list, remove the\n" +