-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
SNS Lambda subscription endpoint is wrong #238
Comments
This issue has been automatically marked as stale because it has been open 30 days |
This issue was automatically closed because of stale in 10 days |
please reopen this, it's not fixed. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration (see the
examples/*
directory for references that you can copy+paste and tailor to match your configs if you are unable to copy your exact configuration). The reproduction MUST be executable by runningterraform init && terraform apply
without any further changes.If your request is for a new feature, please use the
Feature request
template.Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]: 6.4.1 -> 6.5.0
Terraform version: v1.6.6
provider registry.terraform.io/hashicorp/aws v5.69.0
provider registry.terraform.io/hashicorp/external v2.3.4
provider registry.terraform.io/hashicorp/local v2.5.2
provider registry.terraform.io/hashicorp/null v3.2.3
Reproduction Code [Required]
Steps to reproduce the behavior:
The bug was introduced on this commit: e95cde8
Upgrade from 6.4.0 to 6.4.1 or 6.5.0
No Yes Upgrade from 6.4.0 to newer version, and check Lambda code, on Configuration, Triggers, and will see the error:A subscription for arn:aws:lambda:eu-west-1:123456:function:alerts-slack-notifier on the topic uat-alerts could not be found.
Expected behavior
Endpoint of Subscriptions needs to be without the version: "arn:aws:lambda:eu-west-1:123456:function:alerts-slack-notifier"
Actual behavior
"arn:aws:lambda:eu-west-1:123456:function:alerts-slack-notifier:3"
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: