Host website outside home

This commit is contained in:
Jake Howard
2020-04-26 14:26:48 +01:00
parent 36ed622a26
commit 7c6abc33fe
6 changed files with 24 additions and 9 deletions

View File

@ -87,7 +87,7 @@ resource "cloudflare_record" "theorangeonenet_dkim_fm3" {
resource "cloudflare_record" "theorangeonenet_www" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "www"
value = vultr_server.casey.main_ip
value = vultr_server.grimes.main_ip
type = "A"
ttl = 1
}
@ -95,7 +95,7 @@ resource "cloudflare_record" "theorangeonenet_www" {
resource "cloudflare_record" "theorangeonenet_apex" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "@"
value = vultr_server.casey.main_ip
value = vultr_server.grimes.main_ip
type = "A"
ttl = 1
}