disable_provenance: отключить запрет редактирования правил через API
All checks were successful
terraform-dev / validate (push) Successful in 6s
terraform-dev / plan (push) Successful in 11s
terraform-dev / apply (push) Has been skipped

This commit is contained in:
Alexandr
2026-04-03 12:10:37 +03:00
parent e95827b11f
commit 0c2812d470

View File

@ -19,7 +19,7 @@ dashboard_uid_max_length = 40
# - Prevents manual changes in the Grafana UI from conflicting with Terraform-managed alerting resources. # - Prevents manual changes in the Grafana UI from conflicting with Terraform-managed alerting resources.
# - This setting ensures that any changes made directly in the Grafana UI will not persist for these resources. # - This setting ensures that any changes made directly in the Grafana UI will not persist for these resources.
disable_provenance = true disable_provenance = false
enable_contact_points = true enable_contact_points = true
# Grafana organization settings as an array of objects # Grafana organization settings as an array of objects