Releases: splunk/terraform-provider-synthetics
v2.0.3
Minor Changes
- Adds
custom_properties
which attaches a customkey
andvalue
pair to synthetic checks for grouping and filtering synthetic tests. Thanks to @bgustafson for contributing #33 - Updates to docs and examples for above change
v2.0.2
Minor Changes
- Changes
validations
,setup
,request
fromTypeSet
toTypeList
to maintain order. No associated changes to configs. (Thanks to @leij-splunk for the report!) - Updates to docs for above change
v2.0.1
Minor Changes
- Adds
validations
as a field for http checks (thanks to @mcmluk-monster - Update datasources to use all fields available to resources
- remove
country
as a field fromlocation
resources (these are no longer used by the API for private locations)
v2.0.0
Major Changes
- Changes in
syntheticsclient
version2.0.2
/2.0.3
- Correctly utilize pointers to pass nulls for some fields (notably
authentication
anduser_agent
) - Add new settings for HTTP Checks (authentication, user agent, verify certificates)
- Updates to resource read (and import)
- Add new settings for
validations
andsetup
- Add option for
wait
type andduration
on Browser steps - Add option for
collect_interactive_metrics
on Browser checks - Updates to docs and examples
v1.0.4
Adds additional fields to transaction steps.
Improves handling of transaction steps.
Improves validation of provider settings.
Updates docs.
v1.0.3
Fixes an issue where updates could return empty bodies and fail due to changes in underlying api.
v1.0.2
Provides new Data Sources and Resources for Splunk Observability Synthetics V2 endpoints. Documentation for those endpoints available here.
Note: All previous Rigor/V1 Resources and Data Sources remain unchanged and available.
New Resources
- API Check V2
- Real Browser Check V2
- HTTP Check V2
- Port Check V2
- Variable V2
- Location V2
New Data Sources
- API Check V2
- Real Browser Check V2
- HTTP Check V2
- Port Check V2
- Variable V2 / Variables V2
- Location V2 / Locations V2
- Devices V2
v1.0.1
Provides new Data Sources and Resources for Splunk Observability Synthetics V2 endpoints. Documentation for those endpoints available here.
Note: All previous Rigor/V1 Resources and Data Sources remain unchanged and available.
New Resources
- API Check V2
- Real Browser Check V2
- HTTP Check V2
- Port Check V2
- Variable V2
- Location V2
New Data Sources
- API Check V2
- Real Browser Check V2
- HTTP Check V2
- Port Check V2
- Variable V2 / Variables V2
- Location V2 / Locations V2
- Devices V2
v0.1.3
v0.1.3
Updates examples, namespace to fit official namespace, etc
v0.1.2
v0.1.2 repackages and tries to release to the terraform provider registry.