Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TagSchema = schema.Schema{ Type: schema.TypeSet, Optional: true, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ "name": { Type: schema.TypeString, Required: true, Description: "Name of the existing tag.", }, "slug": { Type: schema.TypeString, Required: true, Description: "Slug of the existing tag.", }, }, }, Description: "Existing tag to associate to this resource.", }
Functions ¶
func ConvertNestedTagsToTags ¶
func ConvertTagsToNestedTags ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.