Skip to content

Commit 387a7f5

Browse files
author
The Terraform Team
authored
Merge aaf03d3 into backport/jbardin/update-hcl/strictly-settling-mudfish
2 parents 1d321a5 + aaf03d3 commit 387a7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/configs/configschema/validate_traversal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func TestStaticValidateTraversal(t *testing.T) {
5858
},
5959
{
6060
`obj.str.nonexist`,
61-
`Unsupported attribute: This value does not have any attributes.`,
61+
`Unsupported attribute: Can't access attributes on a primitive-typed value (string).`,
6262
},
6363
{
6464
`obj.list`,

0 commit comments

Comments
 (0)