Releases: cu-cit-cloud-team/tf-module-sns-teams-relay
Releases · cu-cit-cloud-team/tf-module-sns-teams-relay
v3.2.0
v3.1.0
- minor change to generic SNS message display format to allow markdown-formatted message payloads to display better in Teams
v3.0.0
- add
terraform/required_providers
block foraws
provider
v2.1.1
- revert to using just
sns_topic_arn_list
to create subscriptions
v2.1.0
- 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
- 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
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
Initial release