Versions in this module Expand all Collapse all v0 v0.1.0 Jan 9, 2019 Changes in this version + func ValidateResourceID(i interface{}, k string) (warnings []string, errors []error) + func ValidateResourceIDOrEmpty(i interface{}, k string) (_ []string, errors []error) + type ResourceID struct + Path map[string]string + Provider string + ResourceGroup string + SubscriptionID string + func ParseAzureResourceID(id string) (*ResourceID, error)