diff --git a/CN_PROD/main.tf b/CN_PROD/main.tf index 604c0a21..56407690 100644 --- a/CN_PROD/main.tf +++ b/CN_PROD/main.tf @@ -17,4 +17,7 @@ module "processgroup_naming" { } module "service_naming" { source = "./service_naming" +} +module "slo" { + source = "./slo" } \ No newline at end of file diff --git a/CN_PROD/slo/.gitkeep b/CN_PROD/slo/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/CN_PROD/slo/providers.tf b/CN_PROD/slo/providers.tf new file mode 100644 index 00000000..c7a483e9 --- /dev/null +++ b/CN_PROD/slo/providers.tf @@ -0,0 +1,8 @@ +terraform { + required_providers { + dynatrace = { + version = "1.23.0" + source = "dynatrace-oss/dynatrace" + } + } +} \ No newline at end of file diff --git a/EMEA_PROD/main.tf b/EMEA_PROD/main.tf index 604c0a21..56407690 100644 --- a/EMEA_PROD/main.tf +++ b/EMEA_PROD/main.tf @@ -17,4 +17,7 @@ module "processgroup_naming" { } module "service_naming" { source = "./service_naming" +} +module "slo" { + source = "./slo" } \ No newline at end of file diff --git a/EMEA_PROD/slo/.gitkeep b/EMEA_PROD/slo/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/EMEA_PROD/slo/providers.tf b/EMEA_PROD/slo/providers.tf new file mode 100644 index 00000000..c7a483e9 --- /dev/null +++ b/EMEA_PROD/slo/providers.tf @@ -0,0 +1,8 @@ +terraform { + required_providers { + dynatrace = { + version = "1.23.0" + source = "dynatrace-oss/dynatrace" + } + } +} \ No newline at end of file diff --git a/NA_PROD/main.tf b/NA_PROD/main.tf index 604c0a21..56407690 100644 --- a/NA_PROD/main.tf +++ b/NA_PROD/main.tf @@ -17,4 +17,7 @@ module "processgroup_naming" { } module "service_naming" { source = "./service_naming" +} +module "slo" { + source = "./slo" } \ No newline at end of file diff --git a/NA_PROD/slo/.gitkeep b/NA_PROD/slo/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/NA_PROD/slo/providers.tf b/NA_PROD/slo/providers.tf new file mode 100644 index 00000000..c7a483e9 --- /dev/null +++ b/NA_PROD/slo/providers.tf @@ -0,0 +1,8 @@ +terraform { + required_providers { + dynatrace = { + version = "1.23.0" + source = "dynatrace-oss/dynatrace" + } + } +} \ No newline at end of file