Skip to content

Commit

Permalink
Merge pull request #198 from slalombuild/renovate/cloudposse-security…
Browse files Browse the repository at this point in the history
…-hub-aws-0.x

Update Terraform cloudposse/security-hub/aws to v0.12.1
  • Loading branch information
davenicoll authored Apr 9, 2024
2 parents 92d0810 + ce03271 commit 665a845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/aws/securityhub/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "securityhub" {
source = "cloudposse/security-hub/aws"
# Cloud Posse recommends pinning every module to a specific version
version = "0.10.0"
version = "0.12.1"

enabled_standards = var.enabled_standards
create_sns_topic = var.create_sns_topic
Expand Down

0 comments on commit 665a845

Please sign in to comment.