This commit is contained in:
Elbaz
2023-08-22 17:34:37 +03:00
parent 1312ca390f
commit 3dd3381ca4
8 changed files with 14 additions and 14 deletions

View File

@@ -2743,7 +2743,7 @@ func TestSpecificCases(t *testing.T) {
}, nil, nil, nil, nil, plans.Create, false),
},
// The following tests are from issue 33472. Basically Terraform allows
// The following tests are from issue 33472. Basically OpenTF allows
// callers to treat numbers as strings in references and expects us
// to coerce the strings into numbers. For example the following are
// equivalent.