Skip to content

Releases: cu-cit-cloud-team/tf-module-sns-teams-relay

v3.2.0

20 Mar 15:16
Compare
Choose a tag to compare
  • add generic_sns_topic_arn_list_normal parameter
  • add generic_sns_topic_arn_list_alert parameter
  • updated to Lambda code to support these new parameters

v3.1.0

16 Mar 18:07
Compare
Choose a tag to compare
  • minor change to generic SNS message display format to allow markdown-formatted message payloads to display better in Teams

v3.0.0

03 Mar 16:55
Compare
Choose a tag to compare
  • add terraform/required_providers block for aws provider

v2.1.1

20 Jan 20:15
Compare
Choose a tag to compare
  • revert to using just sns_topic_arn_list to create subscriptions

v2.1.0

20 Jan 19:16
Compare
Choose a tag to compare
  • add support for handling CloudWatch alarms messages
  • add default value of empty list for sns_topic_arn_list parameter
  • add alarm_sns_topic_arn_list_normal parameter
  • add alarm_sns_topic_arn_list_alert parameter
  • add strftime_format parameter

v2.0.0

12 Nov 16:49
faca406
Compare
Choose a tag to compare
  • apply some Python style improvements
  • add support for two different webhook URLs; one handles regular notifications, one handles more critical notifications
  • add support for contextual colors, depending on notification type

v1.1.0

10 Nov 16:05
Compare
Choose a tag to compare

Refactor aws_sns_topic_subscription, aws_lambda_permission to avoid this TF error: 'The "for_each" value depends on resource attributes that cannot be determined until apply, so Terraform cannot predict how many instances will be created. To work around this, use the -target argument to first apply only the resources that the for_each depends on.'

v1.0.0

29 Sep 19:24
Compare
Choose a tag to compare

Initial release