Skip to content

Commit ed71501

Browse files
[Doc] Make external location file_event_queue argument description clearer (#5132)
## Changes Specify that the `resource_group` argument used to configure file events on a `databricks_external_location` resource should take the name of the resource group rather than the id. Being explicit here makes it a lot clearer in my opinion. ## Tests Confirmed correct rendering at https://registry.terraform.io/tools/doc-preview NO_CHANGELOG=true
1 parent 0451da3 commit ed71501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/external_location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The `file_event_queue` block supports the following:
156156
- `managed_resource_id` - (Computed) The ID of the managed resource.
157157
- `managed_aqs` - (Optional) Configuration for managed Azure Queue Storage queue.
158158
- `managed_resource_id` - (Computed) The ID of the managed resource.
159-
- `resource_group` - (Required) The Azure resource group.
159+
- `resource_group` - (Required) The name of the Azure resource group.
160160
- `subscription_id` - (Required) The Azure subscription ID.
161161
- `managed_sqs` - (Optional) Configuration for managed Amazon SQS queue.
162162
- `managed_resource_id` - (Computed) The ID of the managed resource.

0 commit comments

Comments
 (0)