Skip to content

Commit

Permalink
add outright main event server
Browse files Browse the repository at this point in the history
  • Loading branch information
bcheidemann committed Dec 3, 2023
1 parent f81f565 commit 82d6a0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/r53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,11 @@ resource "aws_route53_record" "catlord_servers" {
ttl = 300
records = ["54.37.244.200"]
}

resource "aws_route53_record" "outright_servers" {
zone_id = aws_route53_zone.catlord.zone_id
name = "*.outright.catlord.co.uk"
type = "A"
ttl = 300
records = ["149.202.89.159"]
}

0 comments on commit 82d6a0a

Please sign in to comment.