fix example

This commit is contained in:
zjhe 2024-10-05 10:39:55 +08:00 committed by lonegunmanb
parent 1b713632d1
commit 181b34291c

View File

@ -11,7 +11,11 @@ terraform {
}
provider "azurerm" {
features {}
features {
resource_group {
prevent_deletion_if_contains_resources = false
}
}
}
resource "random_password" "password" {