File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module "lb" {
2
- source = " git::https://github.com/appuio/terraform-modules.git//modules/vshn-lbaas-cloudscale?ref=v6.1.0 "
2
+ source = " git::https://github.com/appuio/terraform-modules.git//modules/vshn-lbaas-cloudscale?ref=v6.1.1 "
3
3
4
4
node_name_suffix = local. node_name_suffix
5
5
cluster_id = var. cluster_id
Original file line number Diff line number Diff line change 1
1
output "dns_entries" {
2
2
value = templatefile (" ${ path . module } /templates/dns.zone" , {
3
3
" node_name_suffix" = local.node_name_suffix,
4
- " api_vip" = var.lb_count != 0 ? split (" /" , module. lb . api_vip . network )[0 ] : " "
5
- " router_vip" = var.lb_count != 0 ? split (" /" , module. lb . router_vip . network )[0 ] : " "
6
- " egress_vip" = var.lb_count != 0 ? split (" /" , module. lb . nat_vip . network )[0 ] : " "
4
+ " api_vip" = var.lb_count != 0 ? split (" /" , module. lb . api_vip [ 0 ] . network )[0 ] : " "
5
+ " router_vip" = var.lb_count != 0 ? split (" /" , module. lb . router_vip [ 0 ] . network )[0 ] : " "
6
+ " egress_vip" = var.lb_count != 0 ? split (" /" , module. lb . nat_vip [ 0 ] . network )[0 ] : " "
7
7
" internal_vip" = cidrhost (local. privnet_cidr , 100 ),
8
8
" masters" = module.master.ip_addresses,
9
9
" cluster_id" = var.cluster_id,
You can’t perform that action at this time.
0 commit comments