You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/resources/azure_subscription.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ description: |-
11
11
4. exocompute - Provides snapshot indexing, file recovery, storage tiering, and application-consistent protection of Azure objects.
12
12
5. sql_db_protection - Provides centralized database backup management and recovery in an Azure SQL Database deployment.
13
13
6. sql_mi_protection - Provides centralized database backup management and recovery for an Azure SQL Managed Instance deployment.
14
+
~> Note: Even though the resource_group_name and the resource_group_region fields are marked as optional you should always specify them. They are marked as optional to simplify the migration of existing Terraform configurations. If omitted, RSC will generate a unique resource group name but it will not create the actual resource group. Until the resource group is created, the RSC feature depending on the resource group will not function as expected.
14
15
-> Note: As of now, sql_db_protection and sql_mi_protection does not support specifying an Azure resource group.
15
16
---
16
17
@@ -26,6 +27,8 @@ Any combination of different RSC features can be enabled for a subscription:
26
27
5.`sql_db_protection` - Provides centralized database backup management and recovery in an Azure SQL Database deployment.
27
28
6.`sql_mi_protection` - Provides centralized database backup management and recovery for an Azure SQL Managed Instance deployment.
28
29
30
+
~> **Note:** Even though the `resource_group_name` and the `resource_group_region` fields are marked as optional you should always specify them. They are marked as optional to simplify the migration of existing Terraform configurations. If omitted, RSC will generate a unique resource group name but it will not create the actual resource group. Until the resource group is created, the RSC feature depending on the resource group will not function as expected.
31
+
29
32
-> **Note:** As of now, `sql_db_protection` and `sql_mi_protection` does not support specifying an Azure resource group.
30
33
31
34
## Example Usage
@@ -105,7 +108,7 @@ Required:
105
108
106
109
Optional:
107
110
108
-
-`resource_group_name` (String) Name of the Azure resource group where RSC places all resources created by the feature.
111
+
-`resource_group_name` (String) Name of the Azure resource group where RSC places all resources created by the feature. RSC assumes the resource group already exists.
109
112
-`resource_group_region` (String) Region of the Azure resource group.
110
113
-`resource_group_tags` (Map of String) Tags to add to the Azure resource group.
111
114
@@ -123,7 +126,7 @@ Required:
123
126
124
127
Optional:
125
128
126
-
-`resource_group_name` (String) Name of the Azure resource group where RSC places all resources created by the feature.
129
+
-`resource_group_name` (String) Name of the Azure resource group where RSC places all resources created by the feature. RSC assumes the resource group already exists.
127
130
-`resource_group_region` (String) Region of the Azure resource group.
128
131
-`resource_group_tags` (Map of String) Tags to add to the Azure resource group.
129
132
@@ -141,7 +144,7 @@ Required:
141
144
142
145
Optional:
143
146
144
-
-`resource_group_name` (String) Name of the Azure resource group where RSC places all resources created by the feature.
147
+
-`resource_group_name` (String) Name of the Azure resource group where RSC places all resources created by the feature. RSC assumes the resource group already exists.
145
148
-`resource_group_region` (String) Region of the Azure resource group.
146
149
-`resource_group_tags` (Map of String) Tags to add to the Azure resource group.
147
150
@@ -159,7 +162,7 @@ Required:
159
162
160
163
Optional:
161
164
162
-
-`resource_group_name` (String) Name of the Azure resource group where RSC places all resources created by the feature.
165
+
-`resource_group_name` (String) Name of the Azure resource group where RSC places all resources created by the feature. RSC assumes the resource group already exists.
163
166
-`resource_group_region` (String) Region of the Azure resource group.
164
167
-`resource_group_tags` (Map of String) Tags to add to the Azure resource group.
0 commit comments