Skip to content

v1.0.0 - Initial Release

Latest
Compare
Choose a tag to compare
@NVX-11 NVX-11 released this 22 Jul 15:45
· 7 commits to main since this release
ab4118d

πŸŽ‰ Initial release of the AWS Security Hub Terraform module!

Features

  • βœ… Enable AWS Security Hub
  • βœ… Configure security standards (AWS Foundational, CIS, PCI DSS)
  • βœ… Create custom insights for security findings
  • βœ… Simple and beginner-friendly configuration
  • βœ… Comprehensive examples and documentation

Usage

module "security_hub" {
  source = "NVX-11/security-hub/aws"
  version = "1.0.0"
  
  enable_default_standards = true
}

## Requirements
Terraform >= 1.0
AWS Provider >= 5.0
AWS credentials with Security Hub permissions

## Examples
See the examples/ directory for basic and complete usage examples.