Skip to content

Commit ec8f204

Browse files
committed
Fixed formatting
1 parent ec7a48f commit ec8f204

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

main.tf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# The provider below is required to handle ACM and Lambda in a CloudFront context
55
provider "aws" {
6-
alias = "us-east-1"
7-
version = "~> 2.0"
8-
region = "us-east-1"
6+
alias = "us-east-1"
7+
version = "~> 2.0"
8+
region = "us-east-1"
99
}
1010

1111
## Route 53
@@ -265,12 +265,12 @@ resource "aws_cloudfront_distribution" "website_cdn_redirect" {
265265
domain_name = aws_s3_bucket.website_redirect.website_endpoint
266266

267267
custom_origin_config {
268-
http_port = 80
269-
https_port = 443
270-
origin_protocol_policy = "http-only"
271-
origin_ssl_protocols = ["TLSv1", "TLSv1.1", "TLSv1.2"]
272-
}
268+
http_port = 80
269+
https_port = 443
270+
origin_protocol_policy = "http-only"
271+
origin_ssl_protocols = ["TLSv1", "TLSv1.1", "TLSv1.2"]
273272
}
273+
}
274274

275275
default_root_object = "index.html"
276276

0 commit comments

Comments
 (0)