Skip to content

Commit 216af76

Browse files
authored
docs(cockpit): update contact_points in alert_manager (#2753)
1 parent 50e4dea commit 216af76

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/resources/cockpit_alert_manager.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ resource "scaleway_account_project" "project" {
2929
resource "scaleway_cockpit_alert_manager" "alert_manager" {
3030
project_id = scaleway_account_project.project.id
3131
enable_managed_alerts = true
32-
contact_points = [
33-
{
32+
33+
contact_points {
3434
35-
},
36-
{
35+
}
36+
37+
contact_points {
3738
3839
}
39-
]}
40+
}
4041
```
4142

4243

0 commit comments

Comments
 (0)