cis

einyx/cis/aws

Terraform Module HCL AWS

Terraform module to manage CIS Benchmark

Install
module "cis" {
source = "einyx/cis/aws"
version = "1.2.0"
}
plain text: /constructs/tfmod-einyx-cis-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

Cloudwatch CIS Benchmark with Terraform terraform-aws-cis A terraform module to create and manage cloudwatch alert for the CIS benchmark. Assumptions You want to enable Cloudwatch on all regions Need comprehensive logging and alerting * You'are onboarding an account that hasn't been setup yet Usage example ``hcl terraform module "cis" { source = " " enabled = true } ` Other documentation - SecurityHub: High level Overview of the components Doc generation Code formatting and documentation for variables and outputs is generated using pre-commit-terraform hooks which uses terraform-docs. Follow these instructions to install pre-commit locally. And install terraform-docs with go get github.com/segmentio/terraform-docs or brew install terraform-docs. IAM Permissions Testing and using this repo

Inputs (2)
NameTypeDescriptionDefault
enabledstring"true"
regionstring"eu-west-1"
Details
FrameworkTerraform Module
LanguageHCL
Version1.2.0
Cloud AWS
★ Stars0
Forks2
Total downloads6.5k
Inputs2
LicenseMIT
Namespaceeinyx
Updated