set prevent_deletion_if_contains_resources to false
This commit is contained in:
parent
a855962fb2
commit
a39f70e47a
@ -27,7 +27,11 @@ terraform {
|
||||
}
|
||||
|
||||
provider "azurerm" {
|
||||
features {}
|
||||
features {
|
||||
resource_group {
|
||||
prevent_deletion_if_contains_resources = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
resource "random_pet" "id" {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user