Skip to content

Commit

Permalink
Bump terraform-aws-modules/sns/aws
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/sns/aws](https://github.com/terraform-aws-modules/terraform-aws-sns) from 6.1.0 to 6.1.2.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-sns/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-sns/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-sns@v6.1.0...v6.1.2)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/sns/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 65b0958 commit 5a49247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/analytical-platform-ingestion/sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "quarantined_topic" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/sns/aws"
version = "6.1.0"
version = "6.1.2"

name = "quarantined"
display_name = "quarantined"
Expand Down Expand Up @@ -43,7 +43,7 @@ module "quarantined_topic" {
module "transferred_topic" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions
source = "terraform-aws-modules/sns/aws"
version = "6.1.0"
version = "6.1.2"

name = "transferred"
display_name = "transferred"
Expand Down

0 comments on commit 5a49247

Please sign in to comment.