From 2e5715ade89ab441530899ae8238720580213e2f Mon Sep 17 00:00:00 2001 From: ankitchauhan01 Date: Mon, 8 May 2023 10:43:52 +0530 Subject: [PATCH] revert unnecessary changes --- CN_PREPROD/main.tf | 20 ++++++++++++++++++++ EMEA_PREPROD/main.tf | 20 ++++++++++++++++++++ NA_PREPROD/main.tf | 20 ++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 CN_PREPROD/main.tf create mode 100644 EMEA_PREPROD/main.tf create mode 100644 NA_PREPROD/main.tf diff --git a/CN_PREPROD/main.tf b/CN_PREPROD/main.tf new file mode 100644 index 00000000..604c0a21 --- /dev/null +++ b/CN_PREPROD/main.tf @@ -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" +} \ No newline at end of file diff --git a/EMEA_PREPROD/main.tf b/EMEA_PREPROD/main.tf new file mode 100644 index 00000000..604c0a21 --- /dev/null +++ b/EMEA_PREPROD/main.tf @@ -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" +} \ No newline at end of file diff --git a/NA_PREPROD/main.tf b/NA_PREPROD/main.tf new file mode 100644 index 00000000..604c0a21 --- /dev/null +++ b/NA_PREPROD/main.tf @@ -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" +} \ No newline at end of file