diff --git a/cloudfront.tf b/cloudfront.tf index 92d31bb..86db011 100644 --- a/cloudfront.tf +++ b/cloudfront.tf @@ -12,6 +12,7 @@ module "acm" { } resource "aws_cloudfront_distribution" "this" { + http_version = "http2and3" origin { domain_name = module.alb.lb_dns_name origin_id = "alb"