revert unnecessary changes
parent
fd5d869db1
commit
2e5715ade8
|
|
@ -0,0 +1,20 @@
|
|||
module "management_zone" {
|
||||
source = "./management_zone"
|
||||
}
|
||||
module "alerting" {
|
||||
source = "./alerting"
|
||||
depends_on = [module.management_zone]
|
||||
}
|
||||
module "dashboard" {
|
||||
source = "./dashboard"
|
||||
depends_on = [module.management_zone]
|
||||
}
|
||||
module "custom_service" {
|
||||
source = "./custom_service"
|
||||
}
|
||||
module "processgroup_naming" {
|
||||
source = "./processgroup_naming"
|
||||
}
|
||||
module "service_naming" {
|
||||
source = "./service_naming"
|
||||
}
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
module "management_zone" {
|
||||
source = "./management_zone"
|
||||
}
|
||||
module "alerting" {
|
||||
source = "./alerting"
|
||||
depends_on = [module.management_zone]
|
||||
}
|
||||
module "dashboard" {
|
||||
source = "./dashboard"
|
||||
depends_on = [module.management_zone]
|
||||
}
|
||||
module "custom_service" {
|
||||
source = "./custom_service"
|
||||
}
|
||||
module "processgroup_naming" {
|
||||
source = "./processgroup_naming"
|
||||
}
|
||||
module "service_naming" {
|
||||
source = "./service_naming"
|
||||
}
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
module "management_zone" {
|
||||
source = "./management_zone"
|
||||
}
|
||||
module "alerting" {
|
||||
source = "./alerting"
|
||||
depends_on = [module.management_zone]
|
||||
}
|
||||
module "dashboard" {
|
||||
source = "./dashboard"
|
||||
depends_on = [module.management_zone]
|
||||
}
|
||||
module "custom_service" {
|
||||
source = "./custom_service"
|
||||
}
|
||||
module "processgroup_naming" {
|
||||
source = "./processgroup_naming"
|
||||
}
|
||||
module "service_naming" {
|
||||
source = "./service_naming"
|
||||
}
|
||||
Loading…
Reference in New Issue