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

3
terraform/main.tf Normal file
View File

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