# Functions
GetEnvironmentID will parse the environment resource id.
GetInstanceDatabaseID will parse the instance resource id and database name.
GetInstanceID will parse the environment resource id and instance resource id.
GetPolicyParentAndType returns the policy parent and type by the name.
GetProjectID will parse the project resource id.
GetTestStepForDataSourceList returns the test step for data source test.
MockProviderConfigure is the mock func for provider config.
ResourceNameValidation validate the resource name with prefix.
TestCheckResourceExists will check if the resource exists in the state.
# Constants
DatabaseIDPrefix is the prefix for database unique name.
EnvironmentNamePrefix is the prefix for environment unique name.
InstanceNamePrefix is the prefix for instance unique name.
PolicyNamePrefix is the prefix for policy unique name.
ProjectNamePrefix is the prefix for project unique name.
ResourceIDPattern is the pattern for resource id.
# Variables
ResourceIDValidation is the resource id regexp validation.