configs/configupgrade: typo fix (#22469)
This commit is contained in:
parent
b5508b9142
commit
628b50f900
|
@ -17,7 +17,7 @@ resource "test_instance" "bad2" {
|
||||||
resource "test_instance" "bad3" {
|
resource "test_instance" "bad3" {
|
||||||
# TF-UPGRADE-TODO: In Terraform v0.10 and earlier, it was sometimes necessary to
|
# 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
|
# 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.
|
# v0.11, but is no longer supported in Terraform v0.12.
|
||||||
#
|
#
|
||||||
# If the expression in the following list itself returns a list, remove the
|
# If the expression in the following list itself returns a list, remove the
|
||||||
|
|
|
@ -236,7 +236,7 @@ func attributeRule(filename string, wantTy cty.Type, an *analysis, exprRule func
|
||||||
buf.WriteString(
|
buf.WriteString(
|
||||||
"# TF-UPGRADE-TODO: In Terraform v0.10 and earlier, it was sometimes necessary to\n" +
|
"# 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" +
|
"# 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" +
|
"# v0.11, but is no longer supported in Terraform v0.12.\n" +
|
||||||
"#\n" +
|
"#\n" +
|
||||||
"# If the expression in the following list itself returns a list, remove the\n" +
|
"# If the expression in the following list itself returns a list, remove the\n" +
|
||||||
|
|
Loading…
Reference in New Issue