Skip to content

Commit

Permalink
Enable health checks for records
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Sep 27, 2023
1 parent db7442b commit 3577fdf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Resources:
DNSName: !Ref kProductionUsEast1LoadBalancerHostname
EvaluateTargetHealth: true
HostedZoneId: Z26RNL4JYFTOTI
# HealthCheckId: !If [CreateProdUsEast1HealthCheck, !GetAtt ProdUsEast1HealthCheck.HealthCheckId, !Ref AWS::NoValue]
HealthCheckId: !If [CreateProdUsEast1HealthCheck, !GetAtt ProdUsEast1HealthCheck.HealthCheckId, !Ref AWS::NoValue]
Region: us-east-1
SetIdentifier: !Sub ${AWS::StackName}-prod-us-east-1
Type: A
Expand All @@ -231,7 +231,7 @@ Resources:
DNSName: !Ref kProductionUsWest2LoadBalancerHostname
EvaluateTargetHealth: true
HostedZoneId: Z18D5FSROUN65G
# HealthCheckId: !If [CreateProdUsWest2HealthCheck, !GetAtt ProdUsWest2HealthCheck.HealthCheckId, !Ref AWS::NoValue]
HealthCheckId: !If [CreateProdUsWest2HealthCheck, !GetAtt ProdUsWest2HealthCheck.HealthCheckId, !Ref AWS::NoValue]
Region: us-west-2
SetIdentifier: !Sub ${AWS::StackName}-prod-us-west-2
Type: A
Expand Down

0 comments on commit 3577fdf

Please sign in to comment.