Skip to content

Releases: cloudposse/terraform-opsgenie-incident-management

v0.11.1

05 Feb 03:13
5ea105a
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#15)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.11.0

04 Feb 07:17
9d951d9
Compare
Choose a tag to compare
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#17)

what

  • update context.tf to v0.23.0
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

v0.10.1

03 Feb 04:18
4daac2a
Compare
Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @cloudpossebot (#16)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v0.10.0

12 Jan 02:23
f43c7e6
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#14)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.9.0

23 Oct 21:01
0ebaff3
Compare
Choose a tag to compare
Fix `repeat` for Escalations @aknysh (#12)

what

  • Fix repeat for Escalations

why

  • Wrong for_each expression was used

v0.8.0

18 Oct 02:51
2e81a07
Compare
Choose a tag to compare
Various fixes and improvements @aknysh (#11)

what

  • Various fixes and improvements

why

  • Fixing some issues and adding new features after testing all the Opsgenie resources using Datadog integration

v0.7.0

14 Oct 19:51
11be84f
Compare
Choose a tag to compare
Add Opsgenie `service`, `service_incident_rule` and `user` modules and tests. Update `team` module @aknysh (#10)

what

  • Add Opsgenie service module, example and test
  • Add Opsgenie service_incident_rule module, example and test
  • Add Opsgenie user module, example and test
  • Update team module
  • Fix other issues and typos

why

  • Provision Services within Opsgenie
  • Provision Service Incident Rules within Opsgenie
  • Provision Users within Opsgenie
  • Allow assigning Users to Teams

references

v0.6.0

21 Sep 22:38
717f041
Compare
Choose a tag to compare
Update to `context.tf`. Update to `go` modules. Fix broken links in README @aknysh (#9)

what

  • Update to context.tf
  • Update to the latest GitHub actions and workflows
  • Update to go modules
  • Fix broken links in README

why

  • Standardization and interoperability
  • Keep the module up to date
Added ignore_members and delete_default_resource attributes to teams @bergbrains (#8)

what

This PR adds the following arguments to the config module's team functionality:

  • delete_default_resources: true
  • ignore_members

why

  • delete_default_resources provides for wanting to suppress default object creation for teams
  • ignore_members allows teams' memberships to be managed in the UI, without impacting TF

0.5.0 Config module can be used with single type resource #7

24 Aug 16:15
d00d7cd
Compare
Choose a tag to compare

what

  • Config module can be used with single type resource - for example just team or alert_policy

why

  • Defining all modules is not always possible/convenient

Adding Opsgenie API integration key output to config module

19 Aug 18:19
1e2d12b
Compare
Choose a tag to compare
0.4.0

Adding 'api_integration_keys' output to config module (#6)