Documentation ¶
Index ¶
- func AssertComputedAttributes(t *testing.T, s map[string]*schema.Schema, keys []string)
- func AssertNestedSchemaExistence(t *testing.T, s map[string]*schema.Schema, key string) *schema.Resource
- 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)
- func MergeSchema(dst, src map[string]*schema.Schema)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertOptionalArguments ¶
func AssertRequiredArguments ¶
func AssertValueTypes ¶
func MergeSchema ¶
MergeSchema merges the map[string]*schema.Schema from src into dst. Safety against conflicts is enforced by panicing.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.