Skip to content

Commit

Permalink
changing the provider feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cshea-msft committed Aug 28, 2023
1 parent 1cadacf commit 39f24e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions quickstart/201-azfw-with-secure-hub/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ terraform {

provider "azurerm" {
features {
resource_group {
prevent_deletion_if_contains_resources = false // Set to True for Production
virtual_machine {
delete_os_disk_on_deletion = true
skip_shutdown_and_force_delete = true
}
}
}

0 comments on commit 39f24e4

Please sign in to comment.