set prevent_deletion_if_contains_resources to false
This commit is contained in:
parent
2181c0e173
commit
435555ac25
@ -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