diff --git a/terraform/jakehoward.tech.tf b/terraform/jakehoward.tech.tf index f2196d0..1c52edb 100644 --- a/terraform/jakehoward.tech.tf +++ b/terraform/jakehoward.tech.tf @@ -1,3 +1,9 @@ +resource "gandi_livedns_domain" "jakehowardtech" { + name = "jakehoward.tech" +} + +### + resource "cloudflare_zone" "jakehowardtech" { zone = "jakehoward.tech" } diff --git a/terraform/theorangeone.net.tf b/terraform/theorangeone.net.tf index 427bb41..4defa9a 100644 --- a/terraform/theorangeone.net.tf +++ b/terraform/theorangeone.net.tf @@ -1,3 +1,9 @@ +resource "gandi_livedns_domain" "theorangeonenet" { + name = "theorangeone.net" +} + +### + resource "cloudflare_zone" "theorangeonenet" { zone = "theorangeone.net" }