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 |
312
314
|[aws_ecr_repository.mesh_s3_forwarder](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecr_repository)| data source |
313
315
|[aws_elb_service_account.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elb_service_account)| data source |
316
+
|[aws_iam_policy_document.access_logs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
314
317
|[aws_iam_policy_document.assume_role_policy_for_create_lambda](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
315
318
|[aws_iam_policy_document.assume_role_policy_for_get_doc_ref_lambda](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
316
319
|[aws_iam_policy_document.assume_role_policy_for_manifest_lambda](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
|[aws_iam_policy_document.s3_cloudfront_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
30
-
|[aws_iam_policy_document.s3_defaut_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
31
+
|[aws_iam_policy_document.s3_default_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
31
32
|[aws_iam_policy_document.s3_read_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
32
33
|[aws_iam_policy_document.s3_write_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
33
34
34
35
## Inputs
35
36
36
37
| Name | Description | Type | Default | Required |
| <aname="input_access_logs_bucket_id"></a> [access\_logs\_bucket\_id](#input\_access\_logs\_bucket\_id)| Enables access logs on the module's bucket |`string`|`null`| no |
40
+
| <aname="input_access_logs_enabled"></a> [access\_logs\_enabled](#input\_access\_logs\_enabled)| n/a |`bool`|`false`| no |
38
41
| <aname="input_bucket_name"></a> [bucket\_name](#input\_bucket\_name)| the name of the bucket |`string`| n/a | yes |
39
42
| <aname="input_cloudfront_arn"></a> [cloudfront\_arn](#input\_cloudfront\_arn)| CloudFront Distribution ARN association and policy toggles |`string`|`"null"`| no |
40
43
| <aname="input_cloudfront_enabled"></a> [cloudfront\_enabled](#input\_cloudfront\_enabled)| Enables the correct policy config for CloudFront associated S3 bucket |`bool`|`false`| no |
0 commit comments