Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
cloud dist index
Browse files Browse the repository at this point in the history
  • Loading branch information
jagonzalez-rbi committed May 16, 2022
1 parent ded17ff commit 845b5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aws/modules/service/route53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "aws_route53_record" "r53_record" {
zone_id = data.aws_route53_zone.r53_zone.zone_id

alias {
name = data.aws_ssm_parameter.cloud_dist.id
name = data.aws_ssm_parameter.cloud_dist[0].id
zone_id = "Z2FDTNDATAQYW2"
evaluate_target_health = false
}
Expand Down

0 comments on commit 845b5d8

Please sign in to comment.