WIP: Migrate DNS to Gandi #175

Draft
jake wants to merge 7 commits from gandi-dns into master
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 5d06ed1e5e - Show all commits

View file

@ -1,3 +1,9 @@
resource "gandi_livedns_domain" "jakehowardtech" {
name = "jakehoward.tech"
}
###
resource "cloudflare_zone" "jakehowardtech" {
zone = "jakehoward.tech"
}

View file

@ -1,3 +1,9 @@
resource "gandi_livedns_domain" "theorangeonenet" {
name = "theorangeone.net"
}
###
resource "cloudflare_zone" "theorangeonenet" {
zone = "theorangeone.net"
}