Skip to content

Releases: adamwshero/terraform-pagerduty-service

2.0.0 (7 Nov 2023)

07 Nov 19:13
Compare
Choose a tag to compare

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)

19 Oct 16:08
Compare
Choose a tag to compare

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)

19 Oct 16:07
Compare
Choose a tag to compare

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 to schema_name

FEATURE:

  • Added support for one or many maintenance windows.