Remove terraform modules

Makes sharing variables between modules (which i'd have to do) incredibly difficult. So flat with naming conventions it is!
This commit is contained in:
Jake Howard
2020-03-20 20:47:13 +00:00
parent 5938f7fca6
commit d7bb71d14b
2 changed files with 0 additions and 3 deletions

View File

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