Add img service cname
This commit is contained in:
parent
80015c6535
commit
29bccbac02
@ -80,6 +80,14 @@ resource "digitalocean_record" "enp_sso" {
|
||||
ttl = 10600
|
||||
}
|
||||
|
||||
resource "digitalocean_record" "enp_img" {
|
||||
domain = digitalocean_domain.enp.id
|
||||
type = "CNAME"
|
||||
name = "img"
|
||||
value = "en1.enp.one."
|
||||
ttl = 10600
|
||||
}
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# Standard DO configuration for all managed domains, includes
|
||||
|
Reference in New Issue
Block a user