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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,7 @@ Available targets:
172
172
| geo_restriction_locations | List of country codes for which CloudFront either to distribute content (whitelist) or not distribute your content (blacklist) | list(string) |`<list>`| no |
173
173
| geo_restriction_type | Method that use to restrict distribution of your content by country: `none`, `whitelist`, or `blacklist`| string |`none`| no |
174
174
| index_document | Amazon S3 returns this index document when requests are made to the root domain or any of the subfolders | string | `` | no |
175
+
| ipv6_enabled | Set to true to enable an AAAA DNS record to be set as well as the A record | bool |`false`| no |
175
176
| is_ipv6_enabled | State of CloudFront IPv6 | bool |`true`| no |
176
177
| lambda_function_association | A config block that triggers a lambda function with specific actions | object |`<list>`| no |
177
178
| log_expiration_days | Number of days after which to expunge the objects | string |`90`| 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
@@ -31,6 +31,7 @@
31
31
| geo_restriction_locations | List of country codes for which CloudFront either to distribute content (whitelist) or not distribute your content (blacklist) | list(string) |`<list>`| no |
32
32
| geo_restriction_type | Method that use to restrict distribution of your content by country: `none`, `whitelist`, or `blacklist`| string |`none`| no |
33
33
| index_document | Amazon S3 returns this index document when requests are made to the root domain or any of the subfolders | string | `` | no |
34
+
| ipv6_enabled | Set to true to enable an AAAA DNS record to be set as well as the A record | bool |`false`| no |
34
35
| is_ipv6_enabled | State of CloudFront IPv6 | bool |`true`| no |
35
36
| lambda_function_association | A config block that triggers a lambda function with specific actions | object |`<list>`| no |
36
37
| log_expiration_days | Number of days after which to expunge the objects | string |`90`| no |
0 commit comments