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
My org, and I would imagine others, prefers to encrypt s3 buckets even when not entirely necessary just for uniformity in our internal security audits.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ Available targets:
162
162
| default_ttl | Default amount of time (in seconds) that an object is in a CloudFront cache | string |`60`| no |
163
163
| delimiter | Delimiter to be used between `namespace`, `stage`, `name` and `attributes`| string |`-`| no |
164
164
| enabled | Select Enabled if you want CloudFront to begin processing requests as soon as the distribution is created, or select Disabled if you do not want CloudFront to begin processing requests after the distribution is created. | bool |`true`| no |
165
+
| encryption_enabled | When set to 'true' the resource will have aes256 encryption enabled by default | bool |`false`| no |
165
166
| extra_logs_attributes | Additional attributes to put onto the log bucket label | list(string) |`<list>`| no |
166
167
| extra_origin_attributes | Additional attributes to put onto the origin label | list(string) |`<list>`| no |
167
168
| forward_cookies | Time in seconds that browser can cache the response for S3 bucket | string |`none`| no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
| default_ttl | Default amount of time (in seconds) that an object is in a CloudFront cache | string |`60`| no |
22
22
| delimiter | Delimiter to be used between `namespace`, `stage`, `name` and `attributes`| string |`-`| no |
23
23
| enabled | Select Enabled if you want CloudFront to begin processing requests as soon as the distribution is created, or select Disabled if you do not want CloudFront to begin processing requests after the distribution is created. | bool |`true`| no |
24
+
| encryption_enabled | When set to 'true' the resource will have aes256 encryption enabled by default | bool |`false`| no |
24
25
| extra_logs_attributes | Additional attributes to put onto the log bucket label | list(string) |`<list>`| no |
25
26
| extra_origin_attributes | Additional attributes to put onto the origin label | list(string) |`<list>`| no |
26
27
| forward_cookies | Time in seconds that browser can cache the response for S3 bucket | string |`none`| no |
0 commit comments