Skip to content

Commit

Permalink
add dnbd3-primary DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Jan 8, 2025
1 parent 3cfa7a6 commit 6272e59
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@ resource "aws_route53_record" "cm-galaxyproject" {
ttl = "7200"
records = ["build.galaxyproject.eu"]
}
## DNBD3 Boot Infrastructure
resource "aws_route53_record" "dnbd3-primary-galaxyproject" {
allow_overwrite = true
zone_id = var.zone_galaxyproject_eu
name = "dnbd3-primary.galaxyproject.eu"
type = "A"
ttl = "7200"
records = ["10.5.68.239"]
}

## ZFS server #1 (all flash)
resource "aws_route53_record" "ssds1-galaxyproject" {
Expand Down

0 comments on commit 6272e59

Please sign in to comment.