From 1ad42fba6bebfe3b3a3a7c867063c7c2fbc791c8 Mon Sep 17 00:00:00 2001 From: David Moore Date: Wed, 16 Apr 2025 13:46:16 +1000 Subject: [PATCH] chore: documents resource group configuration for terraform --- docs/providers/terraform/azure.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/providers/terraform/azure.mdx b/docs/providers/terraform/azure.mdx index a61fa05d1..2dc059f75 100644 --- a/docs/providers/terraform/azure.mdx +++ b/docs/providers/terraform/azure.mdx @@ -102,6 +102,11 @@ provider: nitric/azuretf@latest # https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=container-apps region: my-azure-stack-region +# Deploy into an existing resource group +# Available since v1.25.1 +# ⚠️ Changing this property post-deployment is a destructive operation +resource-group: my-azure-resource-group + # Org to associate deployed API Management services with org: example-org