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

fix: Update aws_sns_topic_subscription endpoint to use qualified arn #231

Merged

Conversation

fatmcgav
Copy link
Contributor

Description

This commit updates the aws_sns_topic_subscription resource to use the lambda_function_qualified_arn output for the endpoint value.

Also bump the lambda module to 6.8.0, which is the latest version that maintains compatability with aws v4 provider.

Motivation and Context

Fixes: #230

Breaking Changes

None

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

This commit updates the `aws_sns_topic_subscription` resource to use the `lambda_function_qualified_arn` output for the `endpoint` value.

Also bump the `lambda` module to `6.8.0`, which is the latest version that maintains compatability with `aws` v4 provider.

Fixes: terraform-aws-modules#230
@bryantbiggs bryantbiggs merged commit e95cde8 into terraform-aws-modules:master Sep 3, 2024
7 checks passed
antonbabenko pushed a commit that referenced this pull request Sep 3, 2024
## [6.4.1](v6.4.0...v6.4.1) (2024-09-03)

### Bug Fixes

* Update `aws_sns_topic_subscription` endpoint to use qualified arn ([#231](#231)) ([e95cde8](e95cde8)), closes [#230](#230)
@antonbabenko
Copy link
Member

This PR is included in version 6.4.1 🎉

gdacunda pushed a commit to zype/terraform-aws-notify-slack that referenced this pull request Oct 3, 2024
…raform-aws-notify-slack into INF-2667

* 'master' of https://github.com/terraform-aws-modules/terraform-aws-notify-slack:
  chore(release): version 6.5.0 [skip ci]
  feat: Add variable to allow disabling the package timestamp trigger (terraform-aws-modules#233)
  chore(release): version 6.4.1 [skip ci]
  fix: Update `aws_sns_topic_subscription` endpoint to use qualified arn (terraform-aws-modules#231)
  chore(release): version 6.4.0 [skip ci]
  feat: Improved AWS backup notification readability (terraform-aws-modules#222)
  chore(release): version 6.3.0 [skip ci]
  feat: Update Python lambda runtime from `3.8` to `3.11` (terraform-aws-modules#225)
  chore(release): version 6.2.0 [skip ci]
  feat: Added architecture variable (terraform-aws-modules#224)
  chore(release): version 6.1.2 [skip ci]
  fix: Correct assume role permissions for SNS service to assume IAM role (terraform-aws-modules#220)
  chore(release): version 6.1.1 [skip ci]
  fix: Update CI workflow versions to remove deprecated runtime warnings (terraform-aws-modules#218)
Copy link

github-actions bot commented Oct 4, 2024

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lambda version updates not reflected in trigger
3 participants