Releases: adamwshero/terraform-pagerduty-service
Releases · adamwshero/terraform-pagerduty-service
2.0.0 (7 Nov 2023)
BREAKING CHANGE:
- Pinned pagerduty provider to 3.1.1
FEATURE:
- Added support for intelligent grouping (dynamic block)
- Added support for DataDog integration
CHORE:
- Improved examples
1.1.1 (15 Oct 2022)
FEATURE:
- Supports Slack Connections - teams or services
CHORE:
- Added outputs for Slack Connections
- Added outputs for Maintenance Windows
- Improved examples
- Removed example of Slack extension using V1 Webhook
1.1.0 (28 Sept 2022)
CHORE:
- Updated pinned "PagerDuty/pagerduty" provider to 2.6.2
- Added outputs for extensions
- Added outputs for Service Integration
- Updated all examples
- Added examples for most scenarios
- Expanded README
ENHANCEMENT: (BREAKING CHANGES!!)
- Simplified incident_urgency and scheduled actions map variables
- Removed Extension configuration from module and into input block (templatefile) for more control.
- Added option to disable/enable Slack extension
- Added option to disable/enable Service integration
- Added option to disable/enable SNS Topic
- Removed hard-coded "CloudWatch" vendor integration. Allowed to be dynamic input now.
- Renamed
shema_webhook
variable toschema_name
FEATURE:
- Added support for one or many maintenance windows.