We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733a31d commit 38465cbCopy full SHA for 38465cb
docs/providers/terraform/azure.mdx
@@ -102,6 +102,11 @@ provider: nitric/azuretf@latest
102
# https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=container-apps
103
region: my-azure-stack-region
104
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
+
110
# Org to associate deployed API Management services with
111
org: example-org
112
0 commit comments