Skip to content

Commit

Permalink
Aligning weighted DNS entry for API with what is currently in prod (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Jul 16, 2024
1 parent 5b748d6 commit c073964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/lambda-api/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "aws_route53_record" "api-weighted-100-notification-A" {
set_identifier = "lambda"

alias {
name = aws_api_gateway_domain_name.api_lambda.regional_domain_name
zone_id = aws_api_gateway_domain_name.api_lambda.regional_zone_id
name = aws_api_gateway_domain_name.api.regional_domain_name
zone_id = aws_api_gateway_domain_name.api.regional_zone_id
evaluate_target_health = true
}

Expand Down

0 comments on commit c073964

Please sign in to comment.