Adds doc links to the API for source of truth on settings for steps, requests, transactions
Addresses docs issue where country was shown as an allowed attribute on locations
Fixes regexes for custom properties on checks to include _ and - characters
Before the change?
Custom properties would not accept as valid entries with _ or - characters
After the change?
Custom properties now accept valid entries with _ or - characters
Pull request checklist
[X] Acceptance Tests have been updated, run (make testacc), and pasted in this PR (for bug fixes / features)
[X] Docs have been reviewed and added / updated if needed (for bug fixes / features)
Acceptance Test Output
terraform-provider-synthetics-fork 12:57> make testacc
TF_ACC=1 go test $(go list ./... | grep -v 'vendor') -timeout 120m | sed '/X-Sf-Token/d'
? github.com/splunk/terraform-provider-synthetics [no test files]
ok github.com/splunk/terraform-provider-synthetics/synthetics 38.660s
Resolves #39 Addresses #40
country
was shown as an allowed attribute onlocations
_
and-
charactersBefore the change?
_
or-
charactersAfter the change?
_
or-
charactersPull request checklist
make testacc
), and pasted in this PR (for bug fixes / features)Acceptance Test Output
Does this introduce a breaking change?