Skip to content

Commit 2d454d9

Browse files
authored
Merge branch 'master' into domain-record-2
2 parents df207a8 + aa12d5d commit 2d454d9

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

SECURITY.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
At Scaleway we take security seriously. If you have any issue regarding security,
6+
please notify us by sending an email to [email protected].
7+
8+
Please, DO NOT create a GitHub issue.
9+
10+
We will follow up with you promptly with more information and a plan for remediation.
11+
We currently do not offer a paid security bounty program, but we would love to send some
12+
Scaleway swag your way along with our deepest gratitude for your assistance in making
13+
Scaleway a more secure Cloud ecosystem.

docs/resources/iot_device.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: "scaleway"
3-
page_title: "Scaleway: scaleway_iot_hub_device"
3+
page_title: "Scaleway: scaleway_iot_device"
44
description: |-
55
Manages Scaleway IoT Hub device.
66
---
77

8-
# scaleway_iot_hub_device
8+
# scaleway_iot_device
99

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

@@ -21,7 +21,7 @@ resource scaleway_iot_hub main {
2121
product_plan = "plan_shared"
2222
}
2323
24-
resource scaleway_iot_hub_device main {
24+
resource scaleway_iot_device main {
2525
hub_id = scaleway_iot_hub.main.id
2626
name = "test-iot"
2727
}

0 commit comments

Comments
 (0)