Move domains stuff under domains module

This commit is contained in:
Jake Howard
2020-02-22 20:28:59 +00:00
parent f37519246a
commit ac6210d618
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
resource "cloudflare_zone" "theorangeonenet" {
zone = "theorangeone.net"
}