diff --git a/website/docs/d/iothub_dps_shared_access_policy.html.markdown b/website/docs/d/iothub_dps_shared_access_policy.html.markdown index ba7d01234df18..1db9c220e38c6 100644 --- a/website/docs/d/iothub_dps_shared_access_policy.html.markdown +++ b/website/docs/d/iothub_dps_shared_access_policy.html.markdown @@ -24,11 +24,11 @@ data "azurerm_iothub_dps_shared_access_policy" "example" { The following arguments are supported: -* `name` - (Required) Specifies the name of the IotHub Shared Access Policy. +* `name` - Specifies the name of the IotHub Shared Access Policy. -* `resource_group_name` - (Required) Specifies the name of the resource group under which the IotHub Shared Access Policy resource exists. +* `resource_group_name` - Specifies the name of the resource group under which the IotHub Shared Access Policy resource exists. -* `iothub_dps_name` - (Required) Specifies the name of the IoT Hub Device Provisioning service to which the Shared Access Policy belongs. +* `iothub_dps_name` - Specifies the name of the IoT Hub Device Provisioning service to which the Shared Access Policy belongs. ## Attributes Reference @@ -42,4 +42,4 @@ The following attributes are exported: * `secondary_key` - The secondary key used to create the authentication token. -* `secondary_connection_string` - The secondary connection string of the Shared Access Policy. \ No newline at end of file +* `secondary_connection_string` - The secondary connection string of the Shared Access Policy.