Object Known Value Checks
The known value checks that are available for object values are:
ObjectExact
Check
The ObjectExact check tests that a resource attribute, or output value has a matching collection of attribute name, and attribute values.
Example usage of ObjectExact in an ExpectKnownValue plan check.
ObjectPartial
Check
The ObjectPartial check tests that a resource attribute, or output value has matching attribute values for the specified attribute names.
Example usage of ObjectPartial in an ExpectKnownValue plan check.
In this example, only the attribute value associated with the attribute name attr1
within the object is checked.