cname-generator
jd4883/cname-generator/digitalocean
Terraform Module
HCL
DIGITALOCEAN
a dynamic digital ocean terraform based dns record generator; used as a submodule for the docker provider to seamlessly automate internal and external dns records
Install
module "cname-generator" {
source = "jd4883/cname-generator/digitalocean"
version = "1.1.0"
}
README
terraform-digitalocean-cname-generator a dynamic digital ocean terraform based dns record generator; used as a submodule for the docker provider to seamlessly automate internal and external dns records NOTE: this readme is a WIP and will be updated with useful how-to information at a later time
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| domain | string | required | |
| records | list(string) | required | |
| ttl | number | 3600 |
Outputs (1)
recordsResources (1)
digitalocean_record
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.0
Cloud DIGITALOCEAN
Total downloads1.7k
Inputs3
Outputs1
Resources1
Namespacejd4883
Updated