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
When attempting to enable http3 I get the following validation error on terraform apply:
Error: expected http_version to be one of [http1.1 http2], got http2and3
│
│ with module.static_site.module.static_web_site.aws_cloudfront_distribution.default[0],
│ on .terraform/modules/static_site.static_web_site/main.tf line 380, in resource "aws_cloudfront_distribution" "default":
│ 380: http_version = var.http_version
module"static_web_site" {
source="cloudposse/cloudfront-s3-cdn/aws"# Cloud Posse recommends pinning every module to a specific versionversion="0.86.0"namespace="test"stage=var.environmentname="static"aliases=[var.alias]
dns_alias_enabled=trueparent_zone_name=var.parent_zone_nameacm_certificate_arn=var.acm_arnminimum_protocol_version="TLSv1.2_2021"versioning_enabled=falsehttp_version="http2and3"allowed_methods=["GET", "HEAD"]
max_ttl=3600
}
The text was updated successfully, but these errors were encountered:
When attempting to enable http3 I get the following validation error on terraform apply:
Environment:
My code:
The text was updated successfully, but these errors were encountered: