Skip to content

Commit

Permalink
deprecate the azurerm_iothub.endpoint property
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksymilian Boguń committed Jun 17, 2019
1 parent 2973b30 commit 650ef79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azurerm/resource_arm_iothub.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,10 @@ func resourceArmIotHub() *schema.Resource {
},

"endpoint": {
Type: schema.TypeList,
Optional: true,
Computed: true,
Type: schema.TypeList,
Optional: true,
Computed: true,
Deprecated: "Use one of the `azurerm_iothub_endpoint_storage_container`, `azurerm_iothub_endpoint_eventhub`, `azurerm_iothub_endpoint_servicebus_queue`, `azurerm_iothub_endpoint_servicebus_topic` resources instead.",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"type": {
Expand Down

0 comments on commit 650ef79

Please sign in to comment.