mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
consolidate network dirs
This commit is contained in:
13
main.tf
13
main.tf
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user