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