Skip to content

Commit

Permalink
Fix last 'hub' appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
ryapric committed Jan 14, 2025
1 parent a86ab95 commit cbcf553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_route53_record" "teams" {
type = "A"
ttl = 300 #5 mins
records = [module.team_servers[count.index].public_ip]
depends_on = [aws_route53_record.hub]
depends_on = [aws_route53_record.db]
}

resource "aws_route53_record" "db" {
Expand Down

0 comments on commit cbcf553

Please sign in to comment.