Get attribute of TypeSet from terraform.State for tests #1158
Labels
enhancement
New feature or request
subsystem/tests
Issues and feature requests related to the testing framework.
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 aschema.Set
given an object of typeterraform.State
.Use-cases
The
Set
methods would be highly useful for use inresource.TestCheckFunc
s and result in cleaner, slimmer test check functions.The text was updated successfully, but these errors were encountered: