DigitalOcean Repository - Terraform
Requirements
| Name | Version |
|---|---|
| terraform | >= 1.9 |
| digitalocean | ~> 2.40 |
Providers
| Name | Version |
|---|---|
| digitalocean | ~> 2.40 |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| digitalocean_container_registry.this | resource |
| digitalocean_container_registry_docker_credentials.this | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| credentials | The credentials to create for the container registry. | map(object({ | \{} | no |
| name | The name of the container registry. | string | n/a | yes |
| region | The region where the container registry will be created. | string | n/a | yes |
| subscription_tier_slug | The subscription tier slug for the container registry. | string | n/a | yes |
Outputs
| Name | Description |
|---|---|
| docker_credentials | The credentials for the repository |
| endpoint | The endpoint for the repository |
| repository_id | The ID of the repository |
| repository_name | The name of the repository |
| server_url | The server URL for the repository |