Terraform config exports probe disableScriptedChecks
setting using different schema than the terraform providers
#1033
Labels
bug
Something isn't working
When exporting the probe configuration to import into terraform, the schema is different for the setting
disableScriptedChecks
causing the import to fail. This happens with any probe export.Here is an example of what a probe export JSON looks like:
This does not match the schema used by the terraform provider: https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/synthetic_monitoring_probe
the JSON should look like this to work with the terraform provider:
Note there is an internal issue https://github.com/grafana/synthetic-monitoring/issues/205 to add terraform provider support for
disableBrowserChecks
.The text was updated successfully, but these errors were encountered: