infrastructure/terraform/theorangeone.net.tf
Jake Howard d7bb71d14b
Remove terraform modules
Makes sharing variables between modules (which i'd have to do) incredibly difficult. So flat with naming conventions it is!
2020-03-20 20:47:13 +00:00

4 lines
77 B
HCL

resource "cloudflare_zone" "theorangeonenet" {
zone = "theorangeone.net"
}