Skip to content

Tags: opsgenie/terraform-provider-opsgenie

Tags

v0.6.37

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix perpetual drift in conditions field of integration resource (#446)

v0.6.36

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Integration request to allow configuration access flag (#440)

* Update Integration request to allow configuration access flag

* Go version upgrade

v0.6.35

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the `README` setup instructions and Make commands (#405)

* Simplify local setup

* Add `make clean` to remove `~/.terraformrc`

* Add missing phony commands to makefile

* Rewrite README development/setup instructions

---------

Co-authored-by: koushik-swaminathan <[email protected]>

v0.6.34

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor `time_restriction` and stabilise plans containing `notificat…

…ion_rule.steps`, `notification_policy.filter.conditions` and `time_restrictions` (#404)

* Fix: Incorrect documentation on notification policies.
* Refactor: Standardise handling of all TimeRestrictions 
* Fix: In-place updates of Notification conditions.

v0.6.33

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for immediate notification (#396)

* Support for immediate notification

* Bump up go-sdk-v2

v0.6.32

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Correct `opsgenie_escalation` multiple rules (#307)

* docs: Correct opsgenie_escalation multiple rules

* docs: add hcl to highlight syntax

* docs: convert tabs to spaces

* docs: clarify notify type with escalation recipient type

* docs: add missing curly brace

---------

Co-authored-by: koushik-swaminathan <[email protected]>

v0.6.31

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates documentation for opsgenie service (#403)

v0.6.30

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Alert policy filter conditions/time restrictions/responders shou…

…ld be set, not an ordered list. (#390)

* alert_policy: Conditions is a set, not an ordered list

* alert_policy: time restrictions is a set, not an ordered list

* alert_policy: responders is a set, not an ordered list

v0.6.29

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix resourceOpsGenieServiceIncidentRuleRead to detect deletion from UI (

#394)

v0.6.28

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix changing the owner team of an API integration (#146)

Fixes an issue where owner team ID could not be changed when linked with integration actions. The fix creates a new integration when the owner team is changed.