Skip to content

Commit

Permalink
Added flag to allow for RG deletion when other resources are present
Browse files Browse the repository at this point in the history
  • Loading branch information
TomArcherMsft committed Jun 27, 2023
1 parent 4cd61cf commit 61bd196
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quickstart/101-vm-cluster-windows/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ terraform {
}
provider "azurerm" {
features {
prevent_deletion_if_contains_resources = false
resource_group {
prevent_deletion_if_contains_resources = false
}
}
}

0 comments on commit 61bd196

Please sign in to comment.