Move website over to traefik-pages

Woo rust!
This commit is contained in:
Jake Howard 2021-01-17 21:41:32 +00:00
parent f9187109c7
commit f519b18d38
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -76,18 +76,10 @@ resource "cloudflare_record" "theorangeonenet_dkim_fm3" {
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_www" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "www"
value = var.walker_ip
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_apex" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "@"
value = var.walker_ip
value = linode_instance.grimes.ip_address
type = "A"
ttl = 1
}