Skip to content

Commit

Permalink
DBP-817-remove extra whietespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sahassou committed Jun 9, 2024
1 parent 6347f26 commit 0f86cb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/ionos-pg-cluster/cidr-workaround.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ module "cidr_workaround" {
lan_id = var.lan_id
}


locals {
nicIndex = module.cidr_workaround.nicIndex
prefix = module.cidr_workaround.prefix
full_ip = cidrhost(local.prefix, var.ip_block)
cidr = format("%s/%s", local.full_ip, var.subnet_mask)
}
}

0 comments on commit 0f86cb9

Please sign in to comment.