update code

This commit is contained in:
neil-yechenwei 2024-01-05 14:43:21 +08:00 committed by lonegunmanb
parent 5b0751e2e3
commit e47e43c578

View File

@ -14,7 +14,11 @@ terraform {
}
provider "azurerm" {
features {}
features {
resource_group {
prevent_deletion_if_contains_resources = false
}
}
}
data "azurerm_client_config" "current" {}