# Functions
Clone returns a shallow clone of m.
ImportResourceGroupID deconstructs the given ID when terraform import runs, so the attribute groups can be set within the terraform state.
SetExistingAttributesAsOptional updates the schema of existing top level attributes by ensuring they are optional by setting Computed and Required to false and Optional to true.
TransformResourceToDataSource is a recursive function that converts an existing Resource schema to a DataSource schema.
# Constants
SeparatorColon used for imports that use ":".
SeparatorDoubleColon used for imports that use "::".