fix example
This commit is contained in:
parent
1b713632d1
commit
181b34291c
@ -11,7 +11,11 @@ terraform {
|
||||
}
|
||||
|
||||
provider "azurerm" {
|
||||
features {}
|
||||
features {
|
||||
resource_group {
|
||||
prevent_deletion_if_contains_resources = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
resource "random_password" "password" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user