mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-01 18:58:39 +00:00
6 lines
101 B
HCL
6 lines
101 B
HCL
|
|
locals {
|
|
gwv4 = cidrhost(var.vpc_main_cidr, 1)
|
|
ipv4_vip = cidrhost(var.vpc_main_cidr, 10)
|
|
}
|