Name | Version |
---|---|
terraform | >=1.0.9 |
aws | ~> 4 |
random | 3.1.0 |
Name | Version |
---|---|
aws | 4.13.0 |
random | 3.1.0 |
Name | Source | Version |
---|---|---|
all_cis_alarms | terraform-aws-modules/cloudwatch/aws//modules/cis-alarms | 3.2.0 |
chatbot_config | waveaccounting/chatbot-slack-configuration/aws | 1.1.0 |
eventbridge | terraform-aws-modules/eventbridge/aws | 1.13.3 |
iam_chatbot_role | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~> 4 |
s3_bucket_cloudtrail | terraform-aws-modules/s3-bucket/aws | 3.2.0 |
s3_bucket_config | terraform-aws-modules/s3-bucket/aws | 3.2.0 |
vpc_flowlog_bucket | terraform-aws-modules/s3-bucket/aws | 3.2.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
aws_account_name | AWS Account Name | string |
n/a | yes |
aws_region | AWS Region, such as 'eu-central-1' | string |
n/a | yes |
backup_topic_name | SNS Topic name for Backup notifications | string |
"eventbridge-backup" |
no |
budget_alert_subscribers | List of email addresses with recipients for the billing alerts | list(string) |
n/a | yes |
budget_alert_threshold | Billing alert threshold in USD | string |
n/a | yes |
chatbot_channels | The configs of the chatbot for Slack. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ. The ID of the Slack workspace authorized with AWS Chatbot. To get the workspace ID, you must perform the initial authorization flow with Slack in the AWS Chatbot console. Then you can copy and paste the workspace ID from the console. Logging levels include ERROR, INFO, or NONE. | list(object({ |
null |
no |
cloudwatch_log_group_name | Cloudwatch log group name prefix for CIS alarms | string |
"cis-alarms" |
no |
config_topic_name | SNS Topic name used for Config notifications | string |
"config-notifications" |
no |
health_topic_name | SNS Topic name for Health notifications | string |
"eventbridge-health" |
no |
s3_logging | (Optional) S3 logging configuration target_bucket target_prefix | map(string) |
{} |
no |
securityhub_findings_filter | Additional filter for Security Hub findings (defaults to no filter) | any |
{ |
no |
securityhub_topic_name | SNS Topic name for Security Hub notifications | string |
"eventbridge-securityhub" |
no |
slack_channel_id | Slack Channel ID for chatbot | string |
n/a | yes |
slack_workspace_id | Slack Workspace ID for chatbot | string |
n/a | yes |
tags | A map of tags to add to all resources | map(string) |
{} |
no |
Name | Description |
---|---|
backup_sns_topic_arn | SNS Backup topic ARN |
health_sns_topic_arn | SNS Health topic ARN |
securityhub_sns_topic_arn | SNS Security Hub topic ARN |
vpc_flowlog_bucket | n/a |