From ce032710c2481aa34525d39ecdc98169d2c96efb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:02:08 +0000 Subject: [PATCH] Update Terraform cloudposse/security-hub/aws to v0.12.1 --- components/terraform/aws/securityhub/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/terraform/aws/securityhub/main.tf b/components/terraform/aws/securityhub/main.tf index 7accaf3f..01f53c37 100644 --- a/components/terraform/aws/securityhub/main.tf +++ b/components/terraform/aws/securityhub/main.tf @@ -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