Make an after val unknown to exercise the known check

This commit is contained in:
Pam Selle 2020-09-29 14:02:43 -04:00
parent f35b530837
commit 2ec95f1abc
1 changed files with 1 additions and 1 deletions

View File

@ -4025,7 +4025,7 @@ func TestResourceChange_sensitiveVariable(t *testing.T) {
}),
"nested_block_map": cty.MapVal(map[string]cty.Value{
"foo": cty.ObjectVal(map[string]cty.Value{
"an_attr": cty.StringVal("changed"),
"an_attr": cty.UnknownVal(cty.String),
}),
}),
}),