security-hub

clouddrove/security-hub/aws

Terraform Module HCL AWS

This terraform module creates set of Security hub. AWS Security Hub is a comprehensive security service that helps you centralize and automate security findings across your AWS accounts

Install
module "security-hub" {
source = "clouddrove/security-hub/aws"
version = "1.0.2"
}
plain text: /constructs/tfmod-clouddrove-security-hub-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform AWS Security Hub This terraform module creates set of Security hub. We eat, drink, sleep and most importantly love DevOps. We are working towards strategies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy Bigger problems are always solved by breaking them into smaller manageable problems . Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller connected yet manageable pieces within the infrastructure. This module is basically combination of Terraform open source and includes automatation tests and examples. It also helps to create and improve your infrastructure with minimalistic code instead of maintaining the whole infrastructure code yourself

Inputs (9)
NameTypeDescriptionDefault
enable_default_standardsboolFlag to indicate whether default standards should be enabledtrue
enabled_standardslist(any)The possible values are: - standards/aws-foundational-security-best-practices/v/[]
enabled_productslist(any)The possible values are: - product/aws/guardduty - product/aws/inspector - produ[]
security_hub_enabledboolTo Enable seucirty-hub in aws accounttrue
namestring""
control_finding_generatorstringUpdates whether the calling account has consolidated control findings turned on.null
auto_enable_controlsboolWhether to automatically enable new controls when they are added to standards thtrue
member_detailslist(object({ account_id =[]
enableboolSet to false to prevent the module from creating any resources.true
Outputs (1)
id — The ID of the secuirty hub.
Resources (4)
aws_securityhub_accountaws_securityhub_memberaws_securityhub_product_subscriptionaws_securityhub_standards_subscription
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.2
Cloud AWS
★ Stars2
Forks4
Total downloads7.3k
Inputs9
Outputs1
Resources4
LicenseApache-2.0
Namespaceclouddrove
Updated