Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/sns/aws to v6.1.2 (
Browse files Browse the repository at this point in the history
…#73)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 93b8fa1 commit f0fd540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module "sns" {

Check failure on line 4 in main.tf

View workflow job for this annotation

GitHub Actions / Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"

Check failure on line 4 in main.tf

View workflow job for this annotation

GitHub Actions / Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"

Check failure on line 4 in main.tf

View workflow job for this annotation

GitHub Actions / Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"

Check failure on line 4 in main.tf

View workflow job for this annotation

GitHub Actions / Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"
count = var.create_sns_topic ? 1 : 0
source = "terraform-aws-modules/sns/aws"
version = "6.1.1"
version = "6.1.2"

name = var.sns_topic_name
source_topic_policy_documents = [local.sns_topic_policy]
Expand Down

0 comments on commit f0fd540

Please sign in to comment.