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_iam_policy_document.combined](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
@@ -461,6 +465,7 @@ Available targets:
461
465
| <aname="input_allowed_methods"></a> [allowed\_methods](#input\_allowed\_methods)| List of allowed methods (e.g. GET, PUT, POST, DELETE, HEAD) for AWS CloudFront |`list(string)`| <pre>[<br> "DELETE",<br> "GET",<br> "HEAD",<br> "OPTIONS",<br> "PATCH",<br> "POST",<br> "PUT"<br>]</pre> | no |
462
466
| <aname="input_attributes"></a> [attributes](#input\_attributes)| ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,<br>in the order they appear in the list. New attributes are appended to the<br>end of the list. The elements of the list are joined by the `delimiter`<br>and treated as a single ID element. |`list(string)`|`[]`| no |
463
467
| <aname="input_block_origin_public_access_enabled"></a> [block\_origin\_public\_access\_enabled](#input\_block\_origin\_public\_access\_enabled)| When set to 'true' the s3 origin bucket will have public access block enabled |`bool`|`false`| no |
468
+
| <aname="input_bucket_versioning"></a> [bucket\_versioning](#input\_bucket\_versioning)| State of bucket versioning option |`string`|`"Disabled"`| no |
464
469
| <aname="input_cache_policy_id"></a> [cache\_policy\_id](#input\_cache\_policy\_id)| The unique identifier of the existing cache policy to attach to the default cache behavior.<br>If not provided, this module will add a default cache policy using other provided inputs. |`string`|`null`| no |
465
470
| <aname="input_cached_methods"></a> [cached\_methods](#input\_cached\_methods)| List of cached methods (e.g. GET, PUT, POST, DELETE, HEAD) |`list(string)`| <pre>[<br> "GET",<br> "HEAD"<br>]</pre> | no |
466
471
| <aname="input_cloudfront_access_log_bucket_name"></a> [cloudfront\_access\_log\_bucket\_name](#input\_cloudfront\_access\_log\_bucket\_name)| When `cloudfront_access_log_create_bucket` is `false`, this is the name of the existing S3 Bucket where<br>Cloudfront Access Logs are to be delivered and is required. IGNORED when `cloudfront_access_log_create_bucket` is `true`. |`string`|`""`| no |
|[aws_iam_policy_document.combined](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
@@ -60,6 +64,7 @@
60
64
| <aname="input_allowed_methods"></a> [allowed\_methods](#input\_allowed\_methods)| List of allowed methods (e.g. GET, PUT, POST, DELETE, HEAD) for AWS CloudFront |`list(string)`| <pre>[<br> "DELETE",<br> "GET",<br> "HEAD",<br> "OPTIONS",<br> "PATCH",<br> "POST",<br> "PUT"<br>]</pre> | no |
61
65
| <aname="input_attributes"></a> [attributes](#input\_attributes)| ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,<br>in the order they appear in the list. New attributes are appended to the<br>end of the list. The elements of the list are joined by the `delimiter`<br>and treated as a single ID element. |`list(string)`|`[]`| no |
62
66
| <aname="input_block_origin_public_access_enabled"></a> [block\_origin\_public\_access\_enabled](#input\_block\_origin\_public\_access\_enabled)| When set to 'true' the s3 origin bucket will have public access block enabled |`bool`|`false`| no |
67
+
| <aname="input_bucket_versioning"></a> [bucket\_versioning](#input\_bucket\_versioning)| State of bucket versioning option |`string`|`"Disabled"`| no |
63
68
| <aname="input_cache_policy_id"></a> [cache\_policy\_id](#input\_cache\_policy\_id)| The unique identifier of the existing cache policy to attach to the default cache behavior.<br>If not provided, this module will add a default cache policy using other provided inputs. |`string`|`null`| no |
64
69
| <aname="input_cached_methods"></a> [cached\_methods](#input\_cached\_methods)| List of cached methods (e.g. GET, PUT, POST, DELETE, HEAD) |`list(string)`| <pre>[<br> "GET",<br> "HEAD"<br>]</pre> | no |
65
70
| <aname="input_cloudfront_access_log_bucket_name"></a> [cloudfront\_access\_log\_bucket\_name](#input\_cloudfront\_access\_log\_bucket\_name)| When `cloudfront_access_log_create_bucket` is `false`, this is the name of the existing S3 Bucket where<br>Cloudfront Access Logs are to be delivered and is required. IGNORED when `cloudfront_access_log_create_bucket` is `true`. |`string`|`""`| no |
0 commit comments