Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Nov 14, 2023
1 parent 05ba1d0 commit 5766a15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion quickstart/201-vmss-jumpbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ terraform {
}

provider "azurerm" {
features {}
features {
resource_group {
prevent_deletion_if_contains_resources = false
}
}
}

resource "azurerm_resource_group" "vmss" {
Expand Down

0 comments on commit 5766a15

Please sign in to comment.