File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -614,4 +614,10 @@ Optional:
614614- ** max_unknown_hops** (Number) Maximum number of hosts to travers that give no response Defaults to ` 15 ` .
615615- ** ptr_lookup** (Boolean) Reverse lookup hostnames from IP addresses Defaults to ` true ` .
616616
617+ ## Import
617618
619+ Import is supported using the following syntax:
620+
621+ ``` shell
622+ terraform import grafana_synthetic_monitoring_check.check {{check-id}}
623+ ```
Original file line number Diff line number Diff line change @@ -54,10 +54,8 @@ description: |-
5454
5555{{ .SchemaMarkdown | trimspace }}
5656
57- {{ if .HasImport -}}
5857## Import
5958
6059Import is supported using the following syntax:
6160
62- {{ printf "{{codefile \"shell\" %q}}" .ImportFile }}
63- {{- end }}
61+ {{ codefile "shell" "examples/resources/grafana_synthetic_monitoring_check/import.sh" }}
You can’t perform that action at this time.
0 commit comments