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:
@@ -28,3 +28,10 @@ variable "enable_features" {
|
||||
workload_identity = true
|
||||
}
|
||||
}
|
||||
|
||||
variable "monitoring_config" {
|
||||
type = any
|
||||
default = {
|
||||
managed_prometheus = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user