Skip to content

Commit

Permalink
Merge pull request #14 from ettoreciarcia/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ettoreciarcia authored Sep 5, 2024
2 parents 4ac7552 + 7a02f44 commit df60f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module "cdn_website" {
http_port = 80
https_port = 443
origin_protocol_policy = "http-only"
origin_ssl_protocols = ["TLSv1"]
origin_ssl_protocols = ["TLSv1.2"]
}

}
Expand Down
2 changes: 1 addition & 1 deletion personal-website.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ region = "eu-west-1"
application_name = "personal-website"
bucket_suffix = "ciarcia"
environment = "prod"
acm_certificate_arn = "arn:aws:acm:us-east-1:860443674636:certificate/179e49d6-9330-4bb4-9d62-bb53ead3cbc1"
acm_certificate_arn = "arn:aws:acm:us-east-1:860443674636:certificate/7991f10b-3818-4e50-8ba7-e3af7828784f"
domain_name = "ettoreciarcia.com"
route53_zone_id = "Z04217553VJM3IP6I6W8T"

0 comments on commit df60f69

Please sign in to comment.