chore(ci): add command to fmt testdata terraform files (#1042)

This commit is contained in:
Mauritz Uphoff 2025-11-06 18:01:44 +01:00 committed by GitHub
parent 4552b14edd
commit a81b7d49e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 46 additions and 46 deletions

View file

@ -129,18 +129,18 @@ resource "stackit_observability_instance" "instance" {
]
opsgenie_configs = [
{
api_key = var.opsgenie_api_key
tags = var.opsgenie_api_tags
api_url = var.opsgenie_api_url
priority = var.opsgenie_priority
api_key = var.opsgenie_api_key
tags = var.opsgenie_api_tags
api_url = var.opsgenie_api_url
priority = var.opsgenie_priority
send_resolved = var.opsgenie_send_resolved
}
]
webhooks_configs = [
{
url = var.webhook_configs_url
ms_teams = var.ms_teams
google_chat = var.google_chat
url = var.webhook_configs_url
ms_teams = var.ms_teams
google_chat = var.google_chat
send_resolved = var.webhook_configs_send_resolved
}
]