root-records
jd4883/root-records/digitalocean
Terraform Module
HCL
DIGITALOCEAN
Small terraform module for creating root records for one or more domains (if instantiated in a loop) with DigitalOcean.
Install
module "root-records" {
source = "jd4883/root-records/digitalocean"
version = "1.1.3"
}
README
terraform-digitalocean-root-records Small terraform module for creating root records for one or more domains (if instantiated in a loop) with DigitalOcean.
Inputs (6)
| Name | Type | Description | Default |
|---|---|---|---|
| domain | string | The domain name used with Digital Ocean | required |
| a_records | list(string) | a list of default a records to add for the root domain | [
"*",
"www"
] |
| certificate_type | string | "lets_encrypt" | |
| get_public_ip | string | "https://ipecho.net/plain" | |
| ns_count | number | Default is 3, this is customizable if desired | 3 |
| default_ttl | number | TTL in seconds, default is 3600 | 3600 |
Resources (3)
digitalocean_certificatedigitalocean_domaindigitalocean_record
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.3
Cloud DIGITALOCEAN
Total downloads808
Inputs6
Resources3
Namespacejd4883
Updated