Skip to content

Commit

Permalink
feat: catlord servers (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcheidemann committed Sep 3, 2023
1 parent 0b46424 commit f81f565
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 @@ -85,3 +85,11 @@ resource "aws_route53_record" "catlord_server_dev" {
ttl = 300
records = ["acornpi.duckdns.org"]
}

resource "aws_route53_record" "catlord_servers" {
zone_id = aws_route53_zone.catlord.zone_id
name = "*.servers.catlord.co.uk"
type = "A"
ttl = 300
records = ["54.37.244.200"]
}

0 comments on commit f81f565

Please sign in to comment.