Only use a single domain for YOURLS

This commit is contained in:
Jake Howard
2020-04-26 16:33:05 +01:00
parent bfce9e1cbf
commit 957d4d7b69
2 changed files with 1 additions and 9 deletions

View File

@ -10,14 +10,6 @@ resource "cloudflare_record" "theorangeonenet_git" {
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_go" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "go"
value = vultr_server.casey.main_ip
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_stats" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "stats"