Apply terraform fmt for CI
Some checks failed
terraform-dev / validate (push) Failing after 47s
terraform-dev / plan (push) Has been skipped
terraform-dev / apply (push) Has been skipped

This commit is contained in:
Alexandr
2026-03-25 07:31:02 +03:00
parent ed66d17b70
commit 8f0f9b7f47
25 changed files with 317 additions and 317 deletions

View File

@ -1,6 +1,6 @@
variable "contact_points" {
description = "List of contact points for Grafana alerts"
type = list(object({
type = list(object({
name = string
type = string
settings = map(string)