Versions in this module Expand all Collapse all v0 v0.66.3 Oct 31, 2024 Changes in this version + func AssertComputedAttributes(t *testing.T, s map[string]*schema.Schema, keys []string) + func AssertListMaxItems(t *testing.T, s map[string]*schema.Schema, key string, expectedMaxItems int) + func AssertNestedSchemaExistence(t *testing.T, s map[string]*schema.Schema, key string) map[string]*schema.Schema + func AssertOptionalArguments(t *testing.T, s map[string]*schema.Schema, keys []string) + func AssertRequiredArguments(t *testing.T, s map[string]*schema.Schema, keys []string) + func AssertValueTypes(t *testing.T, s map[string]*schema.Schema, f map[string]schema.ValueType)