Switch Grafana dev endpoint to local IP and re-enable contact points
All checks were successful
terraform-dev / validate (push) Successful in 5s
terraform-dev / plan (push) Successful in 5s
terraform-dev / apply (push) Has been skipped

This commit is contained in:
Alexandr
2026-03-25 09:10:16 +03:00
parent 44929ae54c
commit f60864dd8b
8 changed files with 26 additions and 12 deletions

View File

@ -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
}