Fix 101-managed-instance (#273)

This commit is contained in:
Neil Ye
2023-11-16 09:53:59 +08:00
committed by GitHub
parent 984e6bd413
commit 773bba8680
2 changed files with 11 additions and 3 deletions

View File

@ -14,5 +14,9 @@ terraform {
}
provider "azurerm" {
features {}
}
features {
resource_group {
prevent_deletion_if_contains_resources = false
}
}
}