# Functions

NewRepositoryDataSource returns a new data source for an APT repository.
NewRepositoryResource returns a new resource for managing an APT repository.
NewStandardRepositoryDataSource returns a new data source for an APT standard repository.
NewStandardRepositoryResource returns a new resource for managing an APT standard repository.

# Constants

ResourceRepoActivationStatus is the default activation status for newly created or imported APT repositories.
ResourceRepoIDPrefix is the prefix for the resource ID of repositoryResource.
ResourceStandardRepoIDPrefix is the prefix for the resource ID of standardRepositoryResource.
SchemaAttrNameComment is the name of the APT repository schema attribute for the associated comment.
SchemaAttrNameComponents is the name of the APT repository schema attribute for the list of components.
SchemaAttrNameEnabled is the name of the APT repository schema attribute that indicates the activation status.
SchemaAttrNameFilePath is the name of the APT repository schema attribute for the path of the defining source list file.
SchemaAttrNameFileType is the name of the APT repository schema attribute for the format of the defining source list file.
SchemaAttrNameIndex is the name of the APT repository schema attribute for the index within the defining source list file.
SchemaAttrNameNode is the name of the APT repository schema attribute for the name of the Proxmox VE node.
SchemaAttrNamePackageTypes is the name of the APT repository schema attribute for the list of package types.
SchemaAttrNameStandardDescription is the name of the APT repository schema attribute for the description.
SchemaAttrNameStandardHandle is the name of the APT repository schema attribute for the standard repository handle.
SchemaAttrNameStandardName is the name of the APT repository schema attribute for the human-readable name.
SchemaAttrNameStandardStatus is the name of the APT standard repository schema attribute that indicates the configuration and activation status.
SchemaAttrNameSuites is the name of the APT repository schema attribute for the list of package distributions.
SchemaAttrNameTerraformID is the name of the APT repository schema attribute for the Terraform ID.
SchemaAttrNameURIs is the name of the APT repository schema attribute for the list of repository URIs.

# Variables

RepoIDCharReplaceRegEx is a regular expression to replace characters in a Terraform resource/data source ID.