Alerting: Update alerting module to 3befd25883e0d17673e5590cc5c5702bbc031b16 (#114062)

* [create-pull-request] automated change

* fix module path for alerting notify test receivers

---------

Co-authored-by: moustafab <27738648+moustafab@users.noreply.github.com>
Co-authored-by: Moustafa Baiou <moustafa.baiou@grafana.com>
This commit is contained in:
alerting-team[bot]
2025-11-19 21:24:08 +00:00
committed by GitHub
co-authored by moustafab Moustafa Baiou
parent 7264803016
commit 53c39ccda3
17 changed files with 125 additions and 21 deletions
@@ -38,6 +38,8 @@ resource "grafana_contact_point" "contact_point_2b661702215368fe" {
url = "[REDACTED]"
title = "test-title"
message = "test-message"
hide_open_button = true
hide_version_info = true
}
jira {
@@ -101,6 +101,8 @@
"uid": "googlechat-uid",
"type": "googlechat",
"settings": {
"hide_open_button": true,
"hide_version_info": true,
"http_config": {
"oauth2": {
"client_id": "test-client-id",
@@ -119,6 +119,8 @@ contactPoints:
- uid: googlechat-uid
type: googlechat
settings:
hide_open_button: true
hide_version_info: true
http_config:
oauth2:
client_id: test-client-id
@@ -30,9 +30,11 @@ resource "grafana_contact_point" "contact_point_2b661702215368fe" {
}
googlechat {
url = "http://localhost"
title = "test-title"
message = "test-message"
url = "http://localhost"
title = "test-title"
message = "test-message"
hide_open_button = true
hide_version_info = true
}
jira {
@@ -101,6 +101,8 @@
"uid": "googlechat-uid",
"type": "googlechat",
"settings": {
"hide_open_button": true,
"hide_version_info": true,
"http_config": {
"oauth2": {
"client_id": "test-client-id",
@@ -119,6 +119,8 @@ contactPoints:
- uid: googlechat-uid
type: googlechat
settings:
hide_open_button: true
hide_version_info: true
http_config:
oauth2:
client_id: test-client-id