You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 running terraform init && terraform apply without any further changes.
If your request is for a new feature, please use the Feature request template.
✋ I have searched the open/closed issues and my issue is not listed.
⚠️ Note
Before you submit an issue, please perform the following first:
Remove the local .terraform directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): rm -rf .terraform/
Re-initialize the project root to pull down modules: terraform init
Re-attempt your terraform plan or apply and check if the issue still persists
This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days
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: