Skip to content

Commit

Permalink
Merge pull request #46 from companieshouse/dev-03/update-dns
Browse files Browse the repository at this point in the history
updated dns record name
  • Loading branch information
charris-CH authored Feb 17, 2025
2 parents 05a511e + 1fdc0ca commit 6112ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groups/linux-dev-03/dns.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aws_route53_record" "linux_dev_02" {
resource "aws_route53_record" "linux_dev_03" {
count = var.instance_count

zone_id = data.aws_route53_zone.linux_dev_02.zone_id
zone_id = data.aws_route53_zone.linux_dev_03.zone_id
name = "${var.service_subtype}"
type = "A"
ttl = 300
Expand Down

0 comments on commit 6112ff5

Please sign in to comment.