fix example

This commit is contained in:
zjhe 2024-10-05 10:39:55 +08:00
parent 86b15f1a9f
commit dcca3ba6ef

View File

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