Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu authored Feb 9, 2024
1 parent b560ce3 commit f4eb0b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion infra/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ provider "azurerm" {
cognitive_account {
purge_soft_delete_on_destroy = true
}

key_vault {
purge_soft_delete_on_destroy = true
}
}
}

Expand All @@ -48,4 +52,4 @@ data "azurerm_client_config" "current" {}
resource "azurerm_resource_group" "example" {
name = "rg-${local.name}"
location = local.location
}
}

0 comments on commit f4eb0b2

Please sign in to comment.