Refactoring

This commit is contained in:
2025-01-17 20:38:24 -06:00
parent 540b38de30
commit ab56211602
68 changed files with 3201 additions and 2616 deletions

View File

@@ -1,3 +1,8 @@
provider "azurerm" {
features {}
features {
key_vault {
purge_soft_deleted_certificates_on_destroy = true
recover_soft_deleted_secrets = true
}
}
}