Skip to content

Commit

Permalink
run terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
The-9880 committed Jan 8, 2025
1 parent 2d9cdf0 commit 5230c58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/synthetic_monitoring_probe.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "grafana_synthetic_monitoring_probe" "atlanta" {

### Read-Only

- `disable_browser_checks` (Boolean) Disables browser checks for this probe.
- `disable_scripted_checks` (Boolean) Disables scripted checks for this probe.
- `id` (String) The ID of the probe.
- `labels` (Map of String) Custom labels to be included with collected metrics and logs.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/synthetic_monitoring_probe.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ resource "grafana_synthetic_monitoring_probe" "main" {

### Optional

- `disable_scripted_checks` (Boolean) Disables scripted checks for this probe. Defaults to `false`.
- `disable_browser_checks` (Boolean) Disables browser checks for this probe. Defaults to `false`.
- `disable_scripted_checks` (Boolean) Disables scripted checks for this probe. Defaults to `false`.
- `labels` (Map of String) Custom labels to be included with collected metrics and logs.
- `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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ resource "grafana_synthetic_monitoring_probe" "main" {
type = "volcano"
}
disable_scripted_checks = true
disable_browser_checks = true
disable_browser_checks = true
}

0 comments on commit 5230c58

Please sign in to comment.