Skip to content

Commit

Permalink
Merge pull request #47 from companieshouse/dev-03/update-dns2
Browse files Browse the repository at this point in the history
updated dns data entry
  • Loading branch information
samh241 authored Feb 17, 2025
2 parents 6112ff5 + d0c2056 commit f5257b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups/linux-dev-03/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data "aws_vpc" "heritage-development" {
}
}

data "aws_route53_zone" "linux_dev_02" {
data "aws_route53_zone" "linux_dev_03" {
name = local.dns_zone
vpc_id = data.aws_vpc.heritage-development.id
}
Expand Down

0 comments on commit f5257b5

Please sign in to comment.