Skip to content

Commit 9c079ea

Browse files
committed
terraform-docs: automated update action
1 parent 7a41b37 commit 9c079ea

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,25 +69,16 @@ In addition you have the option to :
6969

7070
| Name | Description | Type | Default | Required |
7171
|------|-------------|------|---------|:--------:|
72-
| 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 |
7572
| config\_delivery\_frequency | The frequency which AWS Config sends a snapshot into the S3 bucket. | `string` | `"One_Hour"` | no |
7673
| 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 |
7774
| 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 |
8176
| 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 |
8477
| tags | Specifies object tags key and value. This applies to all resources created by this module. | `map` | <pre>{<br> "Terraform": true<br>}</pre> | no |
8578

8679
## Outputs
8780

88-
| Name | Description |
89-
|------|-------------|
90-
| alarm\_sns\_topic | The SNS topic to which CloudWatch Alarms will be sent. |
81+
No output.
9182

9283
<!--- END_TF_DOCS --->
9384

0 commit comments

Comments
 (0)