Skip to content

Commit 11b391e

Browse files
authored
Merge pull request #413 from ovh/ava-grafanadoc
[Documentation] Add grafana example for `ovh_cloud_project_database`
2 parents 98dba36 + 085a373 commit 11b391e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

website/docs/r/cloud_project_database.html.markdown

+12
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,18 @@ resource "ovh_cloud_project_database" "redisdb" {
133133
}
134134
flavor = "db1-4"
135135
}
136+
137+
resource "ovh_cloud_project_database" "grafana" {
138+
service_name = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
139+
description = "my-first-grafana"
140+
engine = "grafana"
141+
version = "9.1"
142+
plan = "essential"
143+
nodes {
144+
region = "GRA"
145+
}
146+
flavor = "db1-4"
147+
}
136148
```
137149

138150
To deploy a business PostgreSQL service with two nodes on public network:

0 commit comments

Comments
 (0)