DigitalOcean DNS - Terraform
Requirements
| Name | Version |
|---|---|
| terraform | >= 1.9 |
| digitalocean | ~> 2.40 |
Providers
| Name | Version |
|---|---|
| digitalocean | ~> 2.40 |
Modules
| Name | Source | Version |
|---|---|---|
| record | ./modules/record | n/a |
Resources
| Name | Type |
|---|---|
| digitalocean_domain.this | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| name | The name of the domain | string | n/a | yes |
| records | The records to create for the domain | list(any) | [] | no |
Outputs
| Name | Description |
|---|---|
| zone_id | The ID of the DNS zone |
| zone_name | The name of the DNS zone |
| zone_urn | The URN of the DNS zone |