mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-08 16:35:25 -04:00
Make an after val unknown to exercise the known check
This commit is contained in:
parent
f35b530837
commit
2ec95f1abc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue