Pull request #16: Adjusting tf config

Merge in OPAPM/coco_apm_terraform_onboarding from template to master

* commit 'aa7c19b2bc8cdcbc606f4f5af636c118f14f4292':
  Adjusting tf config
CD_TS-CMS
PATRYK GUDALEWICZ (ext.) 2023-01-10 13:49:23 +00:00
commit 29a4c40b19
2 changed files with 6 additions and 0 deletions

View File

@ -6,3 +6,6 @@ terraform {
} }
} }
} }
variable "mzid" {
type = string
}

View File

@ -6,3 +6,6 @@ terraform {
} }
} }
} }
variable "mzid" {
type = string
}