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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,9 @@ In order to run all checks at any point run the following command:
115
115
| <aname="input_website_server_side_encryption_configuration"></a> [website\_server\_side\_encryption\_configuration](#input\_website\_server\_side\_encryption\_configuration)| (Optional) Map containing server-side encryption configuration for the website bucket. Defaults to no encryption. See examples/complete/main.tf for configuration example. |`any`|`{}`| no |
116
116
| <aname="input_website_versioning_mfa_delete"></a> [website\_versioning\_mfa\_delete](#input\_website\_versioning\_mfa\_delete)| (Optional) Specifies whether MFA delete is enabled in the bucket versioning configuration. Valid values: Enabled or Disabled. Defaults to Disabled |`string`|`"Disabled"`| no |
117
117
| <aname="input_website_versioning_status"></a> [website\_versioning\_status](#input\_website\_versioning\_status)| (Optional) The versioning state of the bucket. Valid values: Enabled or Suspended. Defaults to Enabled |`string`|`"Enabled"`| no |
118
-
| <aname="input_www_website_redirect_enabled"></a> [www\_website\_redirect\_enabled](#input\_www\_website\_redirect\_enabled)| (Optional) The canned ACL to apply. Valid values are private, public-read, public-read-write, aws-exec-read, authenticated-read, and log-delivery-write. Defaults to private. |`string`|`"private"`| no |
119
-
| <aname="input_www_website_bucket_acl"></a> [www\_website\_bucket\_acl](#input\_www\_website\_bucket\_acl)| (Optional) Whether to redirect www subdomain. Defaults to true. |`bool`|`true`| no |
118
+
| <aname="input_www_website_bucket_acl"></a> [www\_website\_bucket\_acl](#input\_www\_website\_bucket\_acl)| (Optional) The canned ACL to apply. Valid values are private, public-read, public-read-write, aws-exec-read, authenticated-read, and log-delivery-write. Defaults to private. |`string`|`"private"`| no |
120
119
| <aname="input_www_website_bucket_force_destroy"></a> [www\_website\_bucket\_force\_destroy](#input\_www\_website\_bucket\_force\_destroy)| (Optional, Default:false) A boolean that indicates all objects (including any locked objects) should be deleted from the bucket so that the bucket can be destroyed without error. These objects are not recoverable. |`bool`|`false`| no |
120
+
| <aname="input_www_website_redirect_enabled"></a> [www\_website\_redirect\_enabled](#input\_www\_website\_redirect\_enabled)| (Optional) Whether to redirect www subdomain. Defaults to true. |`bool`|`true`| no |
121
121
| <aname="input_www_website_versioning_enabled"></a> [www\_website\_versioning\_enabled](#input\_www\_website\_versioning\_enabled)| (Optional) Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket. Defaults to true |`bool`|`true`| no |
122
122
| <aname="input_www_website_versioning_mfa_delete"></a> [www\_website\_versioning\_mfa\_delete](#input\_www\_website\_versioning\_mfa\_delete)| (Optional) Enable MFA delete for either change the versioning state of your bucket or permanently delete an object version. Default is false. This cannot be used to toggle this setting but is available to allow managed buckets to reflect the state in AWS. |`bool`|`false`| no |
123
123
@@ -139,7 +139,6 @@ In order to run all checks at any point run the following command:
139
139
| <aname="output_cloudfront_website_domain_name"></a> [cloudfront\_website\_domain\_name](#output\_cloudfront\_website\_domain\_name)| The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net. |
140
140
| <aname="output_cloudfront_website_etag"></a> [cloudfront\_website\_etag](#output\_cloudfront\_website\_etag)| The current version of the distribution's information. For example: E2QWRUHAPOMQZL. |
141
141
| <aname="output_cloudfront_website_hosted_zone_id"></a> [cloudfront\_website\_hosted\_zone\_id](#output\_cloudfront\_website\_hosted\_zone\_id)| The CloudFront Route 53 zone ID that can be used to route an Alias Resource Record Set to. This attribute is simply an alias for the zone ID Z2FDTNDATAQYW2. |
142
-
| <aname="website_logs_bucket_id"></a> [website\_logs\_bucket\_id](#output\_website\_logs\_bucket\_id)| The name of the bucket which holds the access logs |
143
142
| <aname="output_cloudfront_website_id"></a> [cloudfront\_website\_id](#output\_cloudfront\_website\_id)| The identifier for the distribution. For example: EDFDVBD632BHDS5. |
144
143
| <aname="output_cloudfront_website_in_progress_validation_batches"></a> [cloudfront\_website\_in\_progress\_validation\_batches](#output\_cloudfront\_website\_in\_progress\_validation\_batches)| The number of invalidation batches currently in progress. |
145
144
| <aname="output_cloudfront_website_last_modified_time"></a> [cloudfront\_website\_last\_modified\_time](#output\_cloudfront\_website\_last\_modified\_time)| The date and time the distribution was last modified. |
@@ -161,4 +160,5 @@ In order to run all checks at any point run the following command:
161
160
| <aname="output_website_bucket_region"></a> [website\_bucket\_region](#output\_website\_bucket\_region)| The AWS region this bucket resides in. |
162
161
| <aname="output_website_bucket_regional_domain_name"></a> [website\_bucket\_regional\_domain\_name](#output\_website\_bucket\_regional\_domain\_name)| The bucket region-specific domain name. The bucket domain name including the region name, please refer to https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region for format. Note: The AWS CloudFront allows specifying S3 region-specific endpoints when creating S3 origin, it will prevent redirect issues from CloudFront to S3 Origin URL. |
163
162
| <aname="output_website_bucket_tags_all"></a> [website\_bucket\_tags\_all](#output\_website\_bucket\_tags\_all)| A map of tags assigned to the resource, including those inherited from the provider default\_tags configuration block. |
163
+
| <aname="output_website_logs_bucket_id"></a> [website\_logs\_bucket\_id](#output\_website\_logs\_bucket\_id)| The name of the bucket which holds the access logs |
0 commit comments