You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| alarm\_namespace | The namespace in which all alarms are set up. |`string`|`"CISBenchmark"`| no |
73
-
| alarm\_sns\_topic\_name | The name of the SNS Topic which will be notified when any alarm is performed. |`string`|`"CISAlarm"`| no |
74
-
| cloudtrail\_log\_group\_name | The name of Cloudtrail log group. |`string`|`"bubbletea-cloudtrail"`| no |
75
72
| config\_delivery\_frequency | The frequency which AWS Config sends a snapshot into the S3 bucket. |`string`|`"One_Hour"`| no |
76
73
| config\_include\_global\_resource\_types | Specifies whether AWS Config includes all supported types of global resources with the resources that it records. |`bool`|`true`| no |
77
74
| config\_s3\_bucket\_name | The name of the S3 bucket which will store configuration snapshots. |`string`|`""`| no |
78
-
| enable\_alarm\_baseline | The boolean flag whether this module is enabled or not. No resources are created when set to false. |`string`|`"false"`| no |
79
-
| enable\_chatbot\_slack | If true, will create aws chatboot and integrate to slack |`string`|`"false"`| no |
80
-
| enable\_config\_baseline | If true, will create aws config |`string`|`"false"`| no |
75
+
| enable\_config\_baseline | If true, will create aws config |`bool`|`true`| no |
81
76
| org\_name | Name for this organization |`any`| n/a | yes |
82
-
| slack\_channel\_id | Sclack channel id to send budget notfication using AWS Chatbot |`string`|`""`| no |
83
-
| slack\_workspace\_id | Sclack workspace id to send budget notfication using AWS Chatbot |`string`|`""`| no |
84
77
| tags | Specifies object tags key and value. This applies to all resources created by this module. |`map`| <pre>{<br> "Terraform": true<br>}</pre> | no |
85
78
86
79
## Outputs
87
80
88
-
| Name | Description |
89
-
|------|-------------|
90
-
| alarm\_sns\_topic | The SNS topic to which CloudWatch Alarms will be sent. |
0 commit comments