mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: a not cname
This commit is contained in:
parent
cf0cee7937
commit
91f77cb208
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ resource "cloudflare_record" "oci" {
|
|||
name = each.key
|
||||
proxied = false
|
||||
ttl = 3600
|
||||
type = "CNAME"
|
||||
type = "A"
|
||||
value = each.value
|
||||
zone_id = local.zone_ids.inskip
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue