Skip to main content

DigitalOcean Repository - Terraform

Requirements

NameVersion
terraform>= 1.9
digitalocean~> 2.40

Providers

NameVersion
digitalocean~> 2.40

Modules

No modules.

Resources

NameType
digitalocean_container_registry.thisresource
digitalocean_container_registry_docker_credentials.thisresource

Inputs

NameDescriptionTypeDefaultRequired
credentialsThe credentials to create for the container registry.
map(object({
name = string
write = bool
expiry_seconds = number
}))
\{}no
nameThe name of the container registry.stringn/ayes
regionThe region where the container registry will be created.stringn/ayes
subscription_tier_slugThe subscription tier slug for the container registry.stringn/ayes

Outputs

NameDescription
docker_credentialsThe credentials for the repository
endpointThe endpoint for the repository
repository_idThe ID of the repository
repository_nameThe name of the repository
server_urlThe server URL for the repository