Open
Description
Currently there seems to be no way to retrieve an attribute (specifically a computed attribute but not limited to that) of type schema.TypeSet
as a schema.Set
given an object of type terraform.State
.
Use-cases
The Set
methods would be highly useful for use in resource.TestCheckFunc
s and result in cleaner, slimmer test check functions.