We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc9544 commit c392d04Copy full SHA for c392d04
lb.tf
@@ -41,8 +41,7 @@ module "lb_api_int" {
41
allowed_cidrs = {
42
22623 = [local.privnet_cidr]
43
}
44
- // TODO(sg): Switch to .100 for api-int
45
- internal_vip = cidrhost(var.privnet_cidr, 99)
+ internal_vip = cidrhost(var.privnet_cidr, 100)
46
47
health_check = {
48
type = "https"
0 commit comments