Added managed_prometheus to features (#906)

* Added managed_prometheus monitoring_config

* fix module

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
apichick
2022-10-25 23:18:50 +02:00
committed by GitHub
parent 3442d91f19
commit d9ccf04221
8 changed files with 71 additions and 45 deletions

View File

@@ -28,3 +28,10 @@ variable "enable_features" {
workload_identity = true
}
}
variable "monitoring_config" {
type = any
default = {
managed_prometheus = true
}
}