Skip to content

Commit

Permalink
set prevent_deletion_if_contains_resources to false
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Sep 14, 2024
1 parent a855962 commit a39f70e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion quickstart/201-vmss-packer-jumpbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ terraform {
}

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

resource "random_pet" "id" {}
Expand Down

0 comments on commit a39f70e

Please sign in to comment.