From f4eb0b27b453086b1a918dbb7f725cacc2a18293 Mon Sep 17 00:00:00 2001 From: Paul Yu Date: Fri, 9 Feb 2024 07:16:57 -0800 Subject: [PATCH] Update main.tf --- infra/terraform/main.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/infra/terraform/main.tf b/infra/terraform/main.tf index 83e75dd8..8224ed11 100644 --- a/infra/terraform/main.tf +++ b/infra/terraform/main.tf @@ -26,6 +26,10 @@ provider "azurerm" { cognitive_account { purge_soft_delete_on_destroy = true } + + key_vault { + purge_soft_delete_on_destroy = true + } } } @@ -48,4 +52,4 @@ data "azurerm_client_config" "current" {} resource "azurerm_resource_group" "example" { name = "rg-${local.name}" location = local.location -} \ No newline at end of file +}