skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add www subdomain for enp

This commit is contained in:
Ethan Paul 2023-04-05 23:04:34 -04:00
parent 20e9ec68d2
commit 5803ea337e
Signed by: enpaul
GPG Key ID: DAF443CA3A2FA6FA
1 changed files with 2 additions and 2 deletions

View File

@ -64,10 +64,10 @@ resource "digitalocean_record" "enp_vpn" {
ttl = 10600
}
resource "digitalocean_record" "enp_web" {
resource "digitalocean_record" "enp_www" {
domain = digitalocean_domain.enp.id
type = "CNAME"
name = "web"
name = "www"
value = "en1.enp.one."
ttl = 10600
}