Add livedns resources
All checks were successful
/ terraform (push) Successful in 36s
/ ansible (push) Successful in 1m22s

This commit is contained in:
Jake Howard 2024-09-01 22:27:24 +01:00
parent aaf049a9c3
commit 5d06ed1e5e
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 12 additions and 0 deletions

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"
}