Skip to content

Commit

Permalink
use website endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 13, 2024
1 parent 1c2abcf commit 3325c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/route53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "aws_route53_record" "www_getstronger_pro" {
type = "A"

alias {
name = aws_s3_bucket.vue_js_bucket.website_domain
name = aws_s3_bucket.vue_js_bucket.website_endpoint
zone_id = aws_s3_bucket.vue_js_bucket.hosted_zone_id
evaluate_target_health = false
}
Expand Down

0 comments on commit 3325c4a

Please sign in to comment.