Skip to content

Commit

Permalink
Update terraform docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gilmer committed Jun 6, 2019
1 parent b273688 commit 746be17
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@ Logging from the following services is supported for both cases:

| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| alb\_logs\_prefix | S3 prefix for ALB logs. | string | `alb` | no |
| allow\_alb | Allow ALB service to log to bucket. | string | `false` | no |
| allow\_cloudtrail | Allow Cloudtrail service to log to bucket. | string | `false` | no |
| allow\_cloudwatch | Allow Cloudwatch service to log to bucket. | string | `false` | no |
| allow\_config | Allow Config service to log to bucket. | string | `false` | no |
| allow\_elb | Allow ELB service to log to bucket. | string | `false` | no |
| allow\_redshift | Allow Redshift service to log to bucket. | string | `false` | no |
| allow\_s3 | Allow S3 service to log to bucket. | string | `false` | no |
| cloudtrail\_cloudwatch\_logs\_group | The name of the CloudWatch Logs group to send CloudTrail events. | string | `cloudtrail-events` | no |
| cloudtrail\_logs\_prefix | S3 prefix for CloudTrail logs. | string | `cloudtrail` | no |
| cloudwatch\_logs\_prefix | S3 prefix for CloudWatch log exports. | string | `cloudwatch` | no |
| config\_logs\_prefix | S3 prefix for AWS Config logs. | string | `config` | no |
| default\_allow | Whether all services should be allowed by default. Individual services can override this default. | string | `true` | no |
| elb\_logs\_prefix | S3 prefix for ELB logs. | string | `elb` | no |
| redshift\_logs\_prefix | S3 prefix for RedShift logs. | string | `redshift` | no |
| region | Region where the AWS S3 bucket will be created. | string | - | yes |
| s3\_bucket\_name | S3 bucket to store AWS logs in. | string | - | yes |
| s3\_log\_bucket\_retention | Number of days to keep AWS logs around. | string | `90` | no |
| alb\_logs\_prefix | S3 prefix for ALB logs. | string | `"alb"` | no |
| allow\_alb | Allow ALB service to log to bucket. | string | `"false"` | no |
| allow\_cloudtrail | Allow Cloudtrail service to log to bucket. | string | `"false"` | no |
| allow\_cloudwatch | Allow Cloudwatch service to log to bucket. | string | `"false"` | no |
| allow\_config | Allow Config service to log to bucket. | string | `"false"` | no |
| allow\_elb | Allow ELB service to log to bucket. | string | `"false"` | no |
| allow\_redshift | Allow Redshift service to log to bucket. | string | `"false"` | no |
| allow\_s3 | Allow S3 service to log to bucket. | string | `"false"` | no |
| cloudtrail\_cloudwatch\_logs\_group | The name of the CloudWatch Logs group to send CloudTrail events. | string | `"cloudtrail-events"` | no |
| cloudtrail\_logs\_prefix | S3 prefix for CloudTrail logs. | string | `"cloudtrail"` | no |
| cloudwatch\_logs\_prefix | S3 prefix for CloudWatch log exports. | string | `"cloudwatch"` | no |
| config\_logs\_prefix | S3 prefix for AWS Config logs. | string | `"config"` | no |
| default\_allow | Whether all services should be allowed by default. Individual services can override this default. | string | `"true"` | no |
| elb\_logs\_prefix | S3 prefix for ELB logs. | string | `"elb"` | no |
| redshift\_logs\_prefix | S3 prefix for RedShift logs. | string | `"redshift"` | no |
| region | Region where the AWS S3 bucket will be created. | string | n/a | yes |
| s3\_bucket\_name | S3 bucket to store AWS logs in. | string | n/a | yes |
| s3\_log\_bucket\_retention | Number of days to keep AWS logs around. | string | `"90"` | no |

## Outputs

Expand Down

0 comments on commit 746be17

Please sign in to comment.