Skip to content

Commit

Permalink
CloudFront: Set http_version to "http2and3"
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Feb 27, 2024
1 parent 4557b59 commit b69d2d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b69d2d7

Please sign in to comment.