Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy backup notifications no longer include any content #246

Open
1 task done
aldenquimby opened this issue Jan 23, 2025 · 0 comments
Open
1 task done

Copy backup notifications no longer include any content #246

aldenquimby opened this issue Jan 23, 2025 · 0 comments

Comments

@aldenquimby
Copy link

aldenquimby commented Jan 23, 2025

Description

After upgrading from 6.3.0 to 6.5.1, copy notifications from AWS Backup no longer have any content. Only the title comes through:

Image
Image

Likely caused by #222

  • ✋ I have searched the open/closed issues and my issue is not listed.

Versions

  • Module version [Required]: v6.5.1
  • Terraform version: 1.10.4
  • Provider version(s): AWS 5.83.1

Reproduction Code [Required]

Steps to reproduce the behavior:

module "notify_slack" {
  source  = "terraform-aws-modules/notify-slack/aws"
  version = "6.5.1"

  sns_topic_name    = "value"
  slack_webhook_url = "value"
  slack_channel     = "value"
  slack_username    = "value"
}
  • trigger a backup copy job

Expected behavior

  • notifications from AWS Backup include key information like Backup Job ID, Resource ARN, Backed up Resource ARN, Failure Status Message, etc

Actual behavior

  • no content comes through the slack. only the title comes through
  • "completed" job still works fine:
Image
@aldenquimby aldenquimby changed the title Backup notifications no longer include any content Copy backup notifications no longer include any content Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant