 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func CompareLocalities(loc1, loc2 string) bool
- func ExpandID(id any) string
- func ExpandIDs(data any) []string
- func ParseLocalizedID(localizedID string) (locality, id string, err error)
- func ParseLocalizedNestedID(localizedID string) (locality string, innerID, outerID string, err error)
- func ParseLocalizedNestedOwnerID(localizedID string) (locality string, innerID, outerID string, err error)
- func SuppressSDKNullAssignment(k, oldValue, newValue string, d *schema.ResourceData) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareLocalities ¶
CompareLocalities compare two localities They are equal if they are the same or if one is a zone contained in a region
func ParseLocalizedID ¶
ParseLocalizedID parses a localizedID and extracts the resource locality and id.
func ParseLocalizedNestedID ¶
func ParseLocalizedNestedID(localizedID string) (locality string, innerID, outerID string, err error)
ParseLocalizedNestedID parses a localizedNestedID and extracts the resource locality, the inner and outer id.
func ParseLocalizedNestedOwnerID ¶
func ParseLocalizedNestedOwnerID(localizedID string) (locality string, innerID, outerID string, err error)
ParseLocalizedNestedOwnerID parses a localizedNestedOwnerID and extracts the resource locality, the inner and outer id and owner.
func SuppressSDKNullAssignment ¶ added in v2.60.4
func SuppressSDKNullAssignment(k, oldValue, newValue string, d *schema.ResourceData) bool
SuppressSDKNullAssignment aims to remove apply inconsistency on SDKv2 based resources
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.