Fix stray Cloudflare reference
This commit is contained in:
parent
de3a9228c7
commit
e75a0cfcd4
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ resource "gandi_livedns_record" "orngone_apex" {
|
|||
type = "ALIAS" # Gandi doesn't support CNAME-flattening
|
||||
ttl = 3600
|
||||
values = [
|
||||
gandi_livedns_record.sys_domain_pve.href
|
||||
"${gandi_livedns_record.sys_domain_pve.href}."
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -29,6 +29,6 @@ resource "gandi_livedns_record" "orngone_who" {
|
|||
type = "CNAME"
|
||||
ttl = 3600
|
||||
values = [
|
||||
"${cloudflare_record.sys_domain_pve.hostname}."
|
||||
"${gandi_livedns_record.sys_domain_pve.href}."
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue