Skip to content

Commit 38465cb

Browse files
authored
chore: documents resource group configuration for terraform (#735)
1 parent 733a31d commit 38465cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/providers/terraform/azure.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ provider: nitric/azuretf@latest
102102
# https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=container-apps
103103
region: my-azure-stack-region
104104

105+
# Deploy into an existing resource group
106+
# Available since v1.25.1
107+
# ⚠️ Changing this property post-deployment is a destructive operation
108+
resource-group: my-azure-resource-group
109+
105110
# Org to associate deployed API Management services with
106111
org: example-org
107112

0 commit comments

Comments
 (0)