From dcca3ba6ef9e73a9d3d315774005cdb70625bc0a Mon Sep 17 00:00:00 2001 From: zjhe Date: Sat, 5 Oct 2024 10:39:55 +0800 Subject: [PATCH] fix example --- quickstart/301-hub-spoke/main.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quickstart/301-hub-spoke/main.tf b/quickstart/301-hub-spoke/main.tf index b3e287d0..326eb963 100644 --- a/quickstart/301-hub-spoke/main.tf +++ b/quickstart/301-hub-spoke/main.tf @@ -11,7 +11,11 @@ terraform { } provider "azurerm" { - features {} + features { + resource_group { + prevent_deletion_if_contains_resources = false + } + } } resource "random_password" "password" {