Releases: coralogix/terraform-provider-coralogix
Releases · coralogix/terraform-provider-coralogix
v1.2.9
Rules update fix (#31) * fix: fix typo in field overwrite_destination - changed overwrite_destinaton -> overwrite_destination. - updated docs * fix: fixed typo for rule data-source fixes issue #29 * fix: allow using space in rule_matcher constraint fixes issue #28
v1.2.8
fix: fix the goreleaser to start after semantic-release finish (#30)
v1.2.7
fix: go releaser hack until the automation works (#27)
v1.2.6
fix: added severity 'error' for alert. - added error severity - modified the alert.md docs
v1.2.5
Rules update (#26) * rules group. 1. added rule_groups logic to data-source and as attribute to resource. 2. fixed the flattenRules func. 3. added new attributes to docs * - add data-source read func all fields - add source read func all fields * finish rules update 1. added to rule additional fields. (keep_blocked_logs,delete_source,overwrite_destinaton,escaped_value 2. update the CRUD logic in rules. 3. added a rules values validation. 4. fix for rule_group field name override_destintation -> overwrite_destination 5. fix flattenRules func when dealing with timestampextract rules. 6. added new rules (allow,jsonstringify,jsonparse) 7. deprecated rule_matcher for rules. 8. changed expression to be optional (to allow timestampextract rules) 9. updated docs with new rules examples. * fix a web-commit
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
What's Changed
- Removed 'forceNew' attribute on schema - applying changes will not create a new alert if not needed.
- Added a check for values inserted
Full Changelog: v1.2.0...v1.1.10