Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceConfigDiff ¶
type ResourceDiff ¶
type ResourceDiff struct { ResourceConfig ResourceConfigDiff Fields map[string]FieldDiff }
type SchemaDiff ¶
type SchemaDiff map[string]ResourceDiff
SchemaDiff is a nested map with resource names as top-level keys.
func ComputeSchemaDiff ¶
func ComputeSchemaDiff(oldResourceMap, newResourceMap map[string]*schema.Resource) SchemaDiff
Click to show internal directories.
Click to hide internal directories.