# Functions

NewProviderFunc is called from hpegl and service-repos to create a plugin.ProviderFunc which is used to define the provider that is exposed to Terraform.
ProviderForMux is a function that returns a list of ProviderServer functions that can be used with the Hashicorp mux library.
No description provided by the author
ServiceRegistrationSlice helper function to return []registration.ServiceRegistration from registration.ServiceRegistration input For use in service provider repos.
ValidateIAMVersion is a ValidateFunc for the "iam_version" field in the provider schema.
ValidateServiceURL is a ValidateFunc for the "iam_service_url" field in the provider schema.

# Constants

IAMVersionGLCS is the IAM version for GLCS.
IAMVersionGLP is the IAM version for GLP.

# Type aliases

ConfigureFunc is a type definition of a function that returns a ConfigureContextFunc object A function of this type is passed in to NewProviderFunc below.
IAMVersion is a type definition for the IAM version.