Skip to content

Commit

Permalink
chore(deps): update terraform appvia/notifications/aws to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 028b276 commit 196cf11
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 @@ -3,7 +3,7 @@
module "notifications" {

Check failure on line 3 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.enable_notification_creation ? 1 : 0
source = "appvia/notifications/aws"
version = "1.1.0"
version = "2.0.1"

allowed_aws_services = ["budgets.amazonaws.com", "costalerts.amazonaws.com", "lambda.amazonaws.com"]
create_sns_topic = local.enable_sns_topic_creation
Expand Down

0 comments on commit 196cf11

Please sign in to comment.