Skip to content

Commit 2fa1676

Browse files
Reword docs about Synthetic Monitoring public config (#254)
Co-authored-by: Chris Trott <908409+trotttrotttrott@users.noreply.github.com>
1 parent 0c4c6b1 commit 2fa1676

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/data-sources/synthetic_monitoring_probe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data "grafana_synthetic_monitoring_probe" "atlanta" {
3131
- **labels** (Map of String) Custom labels to be included with collected metrics and logs.
3232
- **latitude** (Number) Latitude coordinates.
3333
- **longitude** (Number) Longitude coordinates.
34-
- **public** (Boolean) Public probes are run by Grafana Labs and can be used by all users. You must be an admin to set this to `true`.
34+
- **public** (Boolean) Public probes are run by Grafana Labs and can be used by all users. Only Grafana Labs managed public probes will be set to `true`.
3535
- **region** (String) Region of the probe.
3636
- **tenant_id** (Number) The tenant ID of the probe.
3737

docs/resources/synthetic_monitoring_probe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "grafana_synthetic_monitoring_probe" "main" {
4646
### Optional
4747

4848
- **labels** (Map of String) Custom labels to be included with collected metrics and logs.
49-
- **public** (Boolean) Public probes are run by Grafana Labs and can be used by all users. You must be an admin to set this to `true`. Defaults to `false`.
49+
- **public** (Boolean) Public probes are run by Grafana Labs and can be used by all users. Only Grafana Labs managed public probes will be set to `true`. Defaults to `false`.
5050

5151
### Read-Only
5252

grafana/resource_synthetic_monitoring_probe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Grafana Synthetic Monitoring Agent.
7979
},
8080
},
8181
"public": {
82-
Description: "Public probes are run by Grafana Labs and can be used by all users. You must be an admin to set this to `true`.",
82+
Description: "Public probes are run by Grafana Labs and can be used by all users. Only Grafana Labs managed public probes will be set to `true`.",
8383
Type: schema.TypeBool,
8484
Optional: true,
8585
Default: false,

0 commit comments

Comments
 (0)