Releases: cloudposse/terraform-opsgenie-incident-management
Releases · cloudposse/terraform-opsgenie-incident-management
v0.11.1
🤖 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
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
🤖 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
v0.9.0
v0.8.0
v0.7.0
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
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 teamsignore_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
what
- Config module can be used with single type resource - for example just
team
oralert_policy
why
- Defining all modules is not always possible/convenient
Adding Opsgenie API integration key output to config module
0.4.0 Adding 'api_integration_keys' output to config module (#6)