Add pdb subdomain for grist
This commit is contained in:
parent
5803ea337e
commit
4d1d28c64b
@ -88,6 +88,14 @@ resource "digitalocean_record" "enp_img" {
|
||||
ttl = 10600
|
||||
}
|
||||
|
||||
resource "digitalocean_record" "enp_pdb" {
|
||||
domain = digitalocean_domain.enp.id
|
||||
type = "CNAME"
|
||||
name = "pdb"
|
||||
value = "en1.enp.one."
|
||||
ttl = 10600
|
||||
}
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# Standard DO configuration for all managed domains, includes
|
||||
|
Reference in New Issue
Block a user