Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: terraform-aws-modules/terraform-aws-notify-slack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.0
Choose a base ref
...
head repository: terraform-aws-modules/terraform-aws-notify-slack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 3, 2024

  1. fix: Update aws_sns_topic_subscription endpoint to use qualified arn (

    #231)
    
    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: #230
    fatmcgav authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e95cde8 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 6.4.1 [skip ci]

    ## [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)
    semantic-release-bot committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1a75068 View commit details
    Browse the repository at this point in the history
Loading