Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei authored and lonegunmanb committed Jan 5, 2024
1 parent 5b0751e commit e47e43c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion quickstart/201-machine-learning-moderately-secure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ terraform {
}

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

data "azurerm_client_config" "current" {}
Expand Down

0 comments on commit e47e43c

Please sign in to comment.