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
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 0 additions and 3 deletions

View file

@ -1,3 +0,0 @@
module "domains" {
source = "./domains"
}