Usage
module "security_baseline" {
source = "github.com/fencepencil/fencepencil-aws-modules//security-baseline"
name_prefix = "<name_prefix>"
tags = var.tags
}Inputs (6)
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
name_prefix | string | Prefix for naming resources | — | yes |
enable_cloudtrail | bool | Enable CloudTrail | true | no |
enable_guardduty | bool | Enable GuardDuty | true | no |
enable_config | bool | Enable AWS Config | true | no |
enable_securityhub | bool | Enable Security Hub | true | no |
tags | map(string) | Tags to apply to all resources | {} | no |
Outputs (4)
| Name | Description |
|---|---|
cloudtrail_arn | ARN of the CloudTrail trail |
guardduty_detector_id | GuardDuty detector ID |
config_recorder_id | AWS Config recorder ID |
securityhub_account_id | Security Hub account ID |