Pull request #466: Adding slo structure

Merge in OPAPM/coco_apm_terraform_onboarding from template to master

* commit '8c93c8e020157dea095058577fe631814988cd02':
  Adding slo structure
CD_TS-CMS
PATRYK GUDALEWICZ (ext.) 2023-03-31 09:34:44 +00:00
commit 2999878bc8
9 changed files with 33 additions and 0 deletions

View File

@ -17,4 +17,7 @@ module "processgroup_naming" {
}
module "service_naming" {
source = "./service_naming"
}
module "slo" {
source = "./slo"
}

0
CN_PROD/slo/.gitkeep Normal file
View File

8
CN_PROD/slo/providers.tf Normal file
View File

@ -0,0 +1,8 @@
terraform {
required_providers {
dynatrace = {
version = "1.23.0"
source = "dynatrace-oss/dynatrace"
}
}
}

View File

@ -17,4 +17,7 @@ module "processgroup_naming" {
}
module "service_naming" {
source = "./service_naming"
}
module "slo" {
source = "./slo"
}

0
EMEA_PROD/slo/.gitkeep Normal file
View File

View File

@ -0,0 +1,8 @@
terraform {
required_providers {
dynatrace = {
version = "1.23.0"
source = "dynatrace-oss/dynatrace"
}
}
}

View File

@ -17,4 +17,7 @@ module "processgroup_naming" {
}
module "service_naming" {
source = "./service_naming"
}
module "slo" {
source = "./slo"
}

0
NA_PROD/slo/.gitkeep Normal file
View File

8
NA_PROD/slo/providers.tf Normal file
View File

@ -0,0 +1,8 @@
terraform {
required_providers {
dynatrace = {
version = "1.23.0"
source = "dynatrace-oss/dynatrace"
}
}
}