Make an after val unknown to exercise the known check
This commit is contained in:
parent
f35b530837
commit
2ec95f1abc
|
@ -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),
|
||||
}),
|
||||
}),
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue