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
This module returns the ID for the name of a resource group. It can also create a group from a name and return the ID. The module will return the ID of the default resource group if no name is passed.
9
+
This module returns the ID for the name of a resource group. It can also create a group from a name and return the ID. The module will return the ID of the default resource group if no name is passed, or if the string "Default" or "default" is passed (even if that is not the name of the actual default resource group in the account).
10
10
11
11
<!-- Below content is automatically populated via pre-commit hook -->
| <aname="input_existing_resource_group_name"></a> [existing\_resource\_group\_name](#input\_existing\_resource\_group\_name)| Name of the existing resource group. When null, set to the account's default resource group. |`string`|`null`| no |
97
+
| <aname="input_existing_resource_group_name"></a> [existing\_resource\_group\_name](#input\_existing\_resource\_group\_name)| Name of an existing resource group. When set to `null`, `default` or `Default`the accounts default resource group is returned. |`string`|`null`| no |
82
98
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| Name of the resource group to create. Required if not using existing resource group |`string`|`null`| no |
existing_resource_group_name=var.existing_resource_group_name# values of null, "Default" or "default" will all return default resource group in account
0 commit comments