File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : " scaleway"
3
- page_title : " Scaleway: scaleway_iot_hub_device "
3
+ page_title : " Scaleway: scaleway_iot_device "
4
4
description : |-
5
5
Manages Scaleway IoT Hub device.
6
6
---
7
7
8
- # scaleway_iot_hub_device
8
+ # scaleway_iot_device
9
9
10
10
-> ** Note:** This terraform resource is currently in beta and might include breaking change in future releases.
11
11
@@ -21,7 +21,7 @@ resource scaleway_iot_hub main {
21
21
product_plan = "plan_shared"
22
22
}
23
23
24
- resource scaleway_iot_hub_device main {
24
+ resource scaleway_iot_device main {
25
25
hub_id = scaleway_iot_hub.main.id
26
26
name = "test-iot"
27
27
}
You can’t perform that action at this time.
0 commit comments