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
* add aws config baseline
* add missing IAM
* removing iam variable
* add conditional for sns topics
* add conditional for iam roles
* add provider
* add provider
* remove extra provider
* removing config submodule, adding as a separate file
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ Terraform module to set up AWS account with the secure baseline configuration ba
10
10
11
11
## Providers
12
12
13
-
No provider.
13
+
| Name | Version |
14
+
|------|---------|
15
+
| aws | n/a |
14
16
15
17
## Inputs
16
18
@@ -19,8 +21,12 @@ No provider.
19
21
| alarm\_namespace | The namespace in which all alarms are set up. |`string`|`"CISBenchmark"`| no |
20
22
| alarm\_sns\_topic\_name | The name of the SNS Topic which will be notified when any alarm is performed. |`string`|`"CISAlarm"`| no |
21
23
| cloudtrail\_log\_group\_name | The name of Cloudtrail log group. |`string`|`"bubbletea-cloudtrail"`| no |
24
+
| config\_delivery\_frequency | The frequency which AWS Config sends a snapshot into the S3 bucket. |`string`|`"One_Hour"`| no |
25
+
| 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 |
26
+
| config\_s3\_bucket\_name | The name of the S3 bucket which will store configuration snapshots. |`any`| n/a | yes |
22
27
| enable\_alarm\_baseline | The boolean flag whether this module is enabled or not. No resources are created when set to false. |`string`|`"false"`| no |
23
28
| enable\_chatbot\_slack | If true, will create aws chatboot and integrate to slack |`string`|`"false"`| no |
29
+
| enable\_config\_baseline | If true, will create aws config |`string`|`"false"`| no |
24
30
| org\_name | Name for this organization |`any`| n/a | yes |
25
31
| slack\_channel\_id | Sclack channel id to send budget notfication using AWS Chatbot |`string`|`""`| no |
26
32
| slack\_workspace\_id | Sclack workspace id to send budget notfication using AWS Chatbot |`string`|`""`| no |
0 commit comments