Skip to content

Commit

Permalink
fix: using the cidr range from the dns service
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Jun 13, 2024
1 parent ad86743 commit 98be645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module "dns" {
create = false
name = var.services.dns.network.name
subnet_ids = module.dns_vpc[0].private_subnet_ids
vpc_cidr = module.dns_vpc[0].vpc_cidr
vpc_cidr = var.services.dns.network.vpc_cidr
vpc_id = module.dns_vpc[0].vpc_id
}

Expand Down

0 comments on commit 98be645

Please sign in to comment.