consolidate network dirs

This commit is contained in:
gregory hendrickson
2023-03-15 16:00:36 -07:00
parent 611c314e2b
commit 0bb16df5a0
5 changed files with 205 additions and 157 deletions

13
main.tf
View File

@@ -11,19 +11,6 @@ module "instance" {
fancy_store_name = module.storage.fancy_store_name
}
module "healthchecks" {
source = "./modules/network/healthchecks"
}
module "firewall" {
source = "./modules/network/firewall"
}
module "loadbalancer" {
source = "./modules/network/loadbalancer"
}
module "network" {
source = "./modules/network"