Skip to content

Commit

Permalink
drop bytes.zone A record
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 23, 2024
1 parent 889f195 commit e5bd984
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions terraform/main.tf
Expand Up @@ -83,15 +83,6 @@ data "cloudflare_zones" "bytes_zone" {
}
}

resource "cloudflare_record" "bytes_zone" {
zone_id = data.cloudflare_zones.bytes_zone.zones[0].id
name = ""
type = "A"
value = digitalocean_droplet.gitea.ipv4_address
ttl = 1 # automatic
proxied = false
}

resource "cloudflare_record" "www_bytes_zone" {
zone_id = data.cloudflare_zones.bytes_zone.zones[0].id
name = "www"
Expand Down

0 comments on commit e5bd984

Please sign in to comment.