Skip to content

Releases: cloudposse/terraform-opsgenie-incident-management

Support for TF 0.13, better module testing, and new config module

19 Aug 01:40
4534634
Compare
Choose a tag to compare

0.2.0: Added ignore_members variable and use it in opsgenie_team resource (#3)

17 Aug 16:59
73d4c2f
Compare
Choose a tag to compare
* Added ignore_members variable and use it in opsgenie_team resource

* switched to passing `ignore_members` in with team block

0.1.0 Initial PR #1

07 Aug 17:11
6106246
Compare
Choose a tag to compare

what

  • created opsgenie submodules
    • alert_policy
    • api_integration
    • escalation
    • notification_policy
    • team
    • team_routing_rule
  • every module is tested
  • every module has example
  • root module as an example module which use all submodules

notes

  • disabled superlinter workflow as terrascan error is related to not supporting HCL2 yet. Issue already exist and feature should be soonish released tenable/terrascan#233