Skip to content

Commit c392d04

Browse files
committed
Use .100 for api-int cloudscale.ch LBaaS
1 parent 9dc9544 commit c392d04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lb.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ module "lb_api_int" {
4141
allowed_cidrs = {
4242
22623 = [local.privnet_cidr]
4343
}
44-
// TODO(sg): Switch to .100 for api-int
45-
internal_vip = cidrhost(var.privnet_cidr, 99)
44+
internal_vip = cidrhost(var.privnet_cidr, 100)
4645

4746
health_check = {
4847
type = "https"

0 commit comments

Comments
 (0)