Switch Grafana dev endpoint to local IP and re-enable contact points
This commit is contained in:
@ -19,4 +19,10 @@ variable "env" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "enable_contact_points" {
|
||||
description = "Enable creation of Grafana contact points and notification policies"
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user