add support for essential contacts to FAST (#2010)

This commit is contained in:
Ludovico Magnocavallo
2024-01-25 12:20:14 +01:00
committed by GitHub
parent 853a9c23b5
commit 6d9b6403dd
40 changed files with 208 additions and 55 deletions

View File

@@ -87,6 +87,11 @@ resource "google_essential_contacts_contact" "contact" {
email = each.key
language_tag = "en"
notification_category_subscriptions = each.value
depends_on = [
google_project_iam_binding.authoritative,
google_project_iam_binding.bindings,
google_project_iam_member.bindings
]
}
resource "google_monitoring_monitored_project" "primary" {