update test error for hclv2.10.1

This commit is contained in:
James Bardin 2021-07-21 09:09:30 -04:00
parent dfbacdc734
commit aaf03d3251
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func TestStaticValidateTraversal(t *testing.T) {
},
{
`obj.str.nonexist`,
`Unsupported attribute: This value does not have any attributes.`,
`Unsupported attribute: Can't access attributes on a primitive-typed value (string).`,
},
{
`obj.list`,