Skip to content

Commit

Permalink
Remove (Required) from Argument Reference section
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunhil authored and tombuildsstuff committed Feb 11, 2020
1 parent eeb810c commit e252b66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/d/iothub_dps_shared_access_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
* `secondary_connection_string` - The secondary connection string of the Shared Access Policy.

0 comments on commit e252b66

Please sign in to comment.