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
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
65
66
|[aws_elb_service_account.principal](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elb_service_account)| data source |
| <aname="input_bucket_name"></a> [bucket\_name](#input\_bucket\_name)| Name to apply to bucket (use `bucket_name` or `bucket_suffix`) |`string`|`null`| no |
76
77
| <aname="input_bucket_suffix"></a> [bucket\_suffix](#input\_bucket\_suffix)| Suffix to apply to the bucket (use `bucket_name` or `bucket_suffix`). When using `bucket_suffix`, the bucket name will be `[ACCOUNT_ID]-[REGION]-s3logging-[BUCKET_SUFFIX].`|`string`|`"elblogging"`| no |
77
-
| <aname="input_create_athena_query"></a> [create\_athena\_query](#input\_create\_athena\_query)| Create an Athena table for querying ALB logs. Uses the aws cli |`bool`|`true`| no |
78
+
| <aname="input_create_athena_query"></a> [create\_athena\_query](#input\_create\_athena\_query)| Create an Athena table for querying ALB logs. Uses the aws cli |`bool`|`false`| no |
78
79
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| KMS key to encrypt bucket with. |`string`|`null`| no |
79
80
| <aname="input_lifecycle_rules"></a> [lifecycle\_rules](#input\_lifecycle\_rules)| lifecycle rules to apply to the bucket | <pre>list(object(<br> {<br> id = string<br> enabled = bool<br> prefix = string<br> expiration = number<br> noncurrent_version_expiration = number<br> }))</pre> |`[]`| no |
80
81
| <aname="input_s3_access_logging_bucket"></a> [s3\_access\_logging\_bucket](#input\_s3\_access\_logging\_bucket)| Optional target for S3 access logging |`string`|`null`| no |
0 commit comments