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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,8 @@ See the [Terraform Modules documentation](https://www.terraform.io/docs/modules/
116
116
*`price_class`: (Optional) The price class that corresponds with the maximum price that you want to pay for CloudFront service.
117
117
Read [pricing page](https://aws.amazon.com/cloudfront/pricing/) for more details.
118
118
Options: `PriceClass_100` | `PriceClass_200` | `PriceClass_All`. Default value = `PriceClass_200`
119
+
*`http_version`: (Optional) Maximum HTTP version to support on the distribution.
120
+
Allowed values are `http1.1`, `http2`, `http2and3` and `http3`. The default is `http2`.
119
121
*`ipv6`: (Optional) Enable IPv6 support on CloudFront distribution. Default value = `false`
120
122
*`wait-for-deployment`: (Optional) If enabled, the resource will wait for the distribution status to change from `InProgress` to `Deployed`. Setting this to `false` will skip the process. Default: `true`.
121
123
*`minimum_client_tls_protocol_version`: (Optional) Set the minimum protocol version of the CloudFront certificate.
0 commit comments