Skip to content

Commit

Permalink
fix(docs) wrong name for resource iot_device (scaleway#869)
Browse files Browse the repository at this point in the history
Replace "scaleway_iot_hub_device" with "scaleway_iot_device"

Co-authored-by: Rémy Léone <rleone@scaleway.com>
  • Loading branch information
jerousseau and remyleone authored Sep 13, 2021
1 parent 96aa632 commit f7c8942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/resources/iot_device.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: "scaleway"
page_title: "Scaleway: scaleway_iot_hub_device"
page_title: "Scaleway: scaleway_iot_device"
description: |-
Manages Scaleway IoT Hub device.
---

# scaleway_iot_hub_device
# scaleway_iot_device

-> **Note:** This terraform resource is currently in beta and might include breaking change in future releases.

Expand All @@ -21,7 +21,7 @@ resource scaleway_iot_hub main {
product_plan = "plan_shared"
}
resource scaleway_iot_hub_device main {
resource scaleway_iot_device main {
hub_id = scaleway_iot_hub.main.id
name = "test-iot"
}
Expand Down

0 comments on commit f7c8942

Please sign in to comment.