Pull request #16: Adjusting tf config
Merge in OPAPM/coco_apm_terraform_onboarding from template to master * commit 'aa7c19b2bc8cdcbc606f4f5af636c118f14f4292': Adjusting tf configCD_TS-CMS
commit
29a4c40b19
|
|
@ -5,4 +5,7 @@ terraform {
|
|||
source = "dynatrace-oss/dynatrace"
|
||||
}
|
||||
}
|
||||
}
|
||||
variable "mzid" {
|
||||
type = string
|
||||
}
|
||||
|
|
@ -5,4 +5,7 @@ terraform {
|
|||
source = "dynatrace-oss/dynatrace"
|
||||
}
|
||||
}
|
||||
}
|
||||
variable "mzid" {
|
||||
type = string
|
||||
}
|
||||
Loading…
Reference in New Issue