Releases: checkly/terraform-provider-checkly
Releases · checkly/terraform-provider-checkly
v1.7.7
What's Changed
- tackle computed alert settings fields by @umutuzgur in #289
- update docs by @benben in #290
Full Changelog: v1.7.6...v1.7.7
v1.7.6
fix: improve multi-step runtime validation [sc-19433] (#288)
v1.7.5
feat: add parallel run threshold props [sc-19200] (#285) * feat: add parallel run threshold props [sc-19200] * feat: updates after go generate [sc-19200] * feat: add tests [sc-19200] * feat: add schema to heartbeat [sc-19200] * feat: heartbeat generate [sc-19200]
v1.7.4
chore: add description for alert channel subscriptions (#283) * chore: add description for alert channel subscriptions * chore: add docs * Update checkly/resource_check.go Co-authored-by: Manel Fourati <[email protected]> * Update docs/resources/check.md Co-authored-by: Manel Fourati <[email protected]> --------- Co-authored-by: Manel Fourati <[email protected]>
v1.7.3
feat(parallel): add `runParallel` to TF check and group constructs [s…
v1.7.2
Antoinecoutellier/sc 17816/add multistep checks to terraform (#278) * feature: add MULTI_STEP support and check if check runtime supports MULTI_STEPS [sc-17816] * chore: update our TF provider to support up-to-date methods to get, update and delete a check [sc-17816] * test: add test case for MULTI_STEP [sc-17816] * Update checkly/resource_check_test.go Co-authored-by: Maxi Gimenez <[email protected]> * chore: update go sdk to 1.7.0 * fix: go generate --------- Co-authored-by: Maxi Gimenez <[email protected]>
v1.7.1
docs: remove double_check and use correct provider version (#276)
v1.7.0
feat: rename retry strategy max_attempts to max_retries (#275)
v1.6.9
v1.6.8
Antoinecoutellier/sc 16785/add terraform support v2 (#265) * feature: support heartbeats checks [sc-16785] * chore: fix fmt [sc-16785] * chore: upgrade checkly go sdk to 1.6.6 [sc-16785]