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
73
| alarm\_sns\_topic\_name | The name of the SNS Topic which will be notified when any alarm is performed. |`string`|`"CISAlarm"`| no |
74
-
| aws\_region | The AWS region to deploy into (e.g. ap-southeast-2). |`string`|`"ap-southeast-2"`| no |
75
74
| cloudtrail\_log\_group\_name | The name of Cloudtrail log group. |`string`|`"bubbletea-cloudtrail"`| no |
76
75
| config\_delivery\_frequency | The frequency which AWS Config sends a snapshot into the S3 bucket. |`string`|`"One_Hour"`| no |
77
76
| 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 |
78
-
| config\_s3\_bucket\_name | The name of the S3 bucket which will store configuration snapshots. |`any`|n/a|yes|
77
+
| config\_s3\_bucket\_name | The name of the S3 bucket which will store configuration snapshots. |`string`|`""`|no|
79
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 |
80
79
| enable\_chatbot\_slack | If true, will create aws chatboot and integrate to slack |`string`|`"false"`| no |
81
80
| enable\_config\_baseline | If true, will create aws config |`string`|`"false"`| no |
0 commit comments