Skip to content

Commit 5ab6685

Browse files
committed
chore: formatted
1 parent 1492aff commit 5ab6685

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

infra/cloudfront.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ resource "aws_cloudfront_distribution" "redirect_www" {
9797

9898
viewer_certificate {
9999
acm_certificate_arn = aws_acm_certificate_validation.blog_cert.certificate_arn
100-
ssl_support_method = "sni-only"
100+
ssl_support_method = "sni-only"
101101
minimum_protocol_version = "TLSv1.2_2021"
102102
}
103103

infra/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ provider "aws" {
2828

2929
# ACM Certificate in us-east-1
3030
resource "aws_acm_certificate" "blog_cert" {
31-
provider = aws.us-east-1
32-
domain_name = "casteels.dev"
31+
provider = aws.us-east-1
32+
domain_name = "casteels.dev"
3333
subject_alternative_names = ["www.casteels.dev"]
34-
validation_method = "DNS"
34+
validation_method = "DNS"
3535
lifecycle {
3636
create_before_destroy = true
3737
}

0 commit comments

Comments
 (0)