Move website over to traefik-pages
Woo rust!
This commit is contained in:
parent
f9187109c7
commit
f519b18d38
1 changed files with 1 additions and 9 deletions
|
@ -76,18 +76,10 @@ resource "cloudflare_record" "theorangeonenet_dkim_fm3" {
|
||||||
ttl = 1
|
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" {
|
resource "cloudflare_record" "theorangeonenet_apex" {
|
||||||
zone_id = cloudflare_zone.theorangeonenet.id
|
zone_id = cloudflare_zone.theorangeonenet.id
|
||||||
name = "@"
|
name = "@"
|
||||||
value = var.walker_ip
|
value = linode_instance.grimes.ip_address
|
||||||
type = "A"
|
type = "A"
|
||||||
ttl = 1
|
ttl = 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue