chore: fix comment

Co-authored-by: Nick Fagerlund <nick.fagerlund@gmail.com>
TF-13965
Daniel Schmidt 2 years ago committed by GitHub
parent 664bb21738
commit b1e50d0475
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -390,8 +390,8 @@ func TestStackCallResultValue(t *testing.T) {
call := getStackCall(ctx, main)
got := call.ResultValue(ctx, InspectPhase)
// When the for_each expression is unknown, the result value
// is unknown too so we can use it as a placeholder for partial
// downstream checking.
// is a placeholder instance, with a wildcard key and potentially
// unknown attributes.
want := cty.MapVal(
map[string]cty.Value{
"*": cty.ObjectVal(map[string]cty.Value{

Loading…
Cancel
Save