Skip to content

Commit a851804

Browse files
committed
adding in webhook
1 parent ae3cc7c commit a851804

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • infrastructure/terraform/spoke

infrastructure/terraform/spoke/data.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ data "azurerm_key_vault" "infra" {
5858
}
5959

6060
data "azurerm_key_vault_secret" "slack_webhook_url" {
61-
count = var.enable_alerting ? 1 : 0
62-
6361
name = "slack-webhook-url"
6462
key_vault_id = data.azurerm_key_vault.infra.id
6563
}

0 commit comments

Comments
 (0)