Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/sns/aws to v6.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 78753e1 commit 82dee5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/chatbot/modules/chatbot/sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "sns_topic" {
source = "terraform-aws-modules/sns/aws"
version = "6.0.1"
version = "6.1.0"

create = var.sns_create_topic
name = local.sns_topic_name
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/guardduty/modules/guardduty/sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "sns_topic" {
source = "terraform-aws-modules/sns/aws"
version = "6.0.1"
version = "6.1.0"

providers = {
aws = aws.audit
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/security-hub/modules/security-hub/sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "sns_topic" {
source = "terraform-aws-modules/sns/aws"
version = "6.0.1"
version = "6.1.0"

providers = {
aws = aws.audit
Expand Down

0 comments on commit 82dee5d

Please sign in to comment.