Skip to content

Commit

Permalink
Fix error accessing private workload cluster console via VPN (#27)
Browse files Browse the repository at this point in the history
- Expand default ibm-vpn-server-vpc_cidr to include all the subnets within the vpc (CIDR from /12 to /8)

closes #26

Signed-off-by: Sean Sundberg <[email protected]>
  • Loading branch information
seansund authored May 10, 2023
1 parent 6331519 commit 93349f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 110-ibm-fs-edge-vpc/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ variable "ibm-vpn-server_vpnclient_ip" {
variable "ibm-vpn-server_vpc_cidr" {
type = string
description = "CIDR for the private VPC the VPN is connected to."
default = "10.0.0.0/12"
default = "10.0.0.0/8"
}
variable "ibm-vpn-server_dns_cidr" {
type = string
Expand Down

0 comments on commit 93349f5

Please sign in to comment.