You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource is missing the private_ip_address and private_ip_address2. In order to use this resource as a next hop in the ibm_is_vpc_routing_table_route resource the private IP address is required.
This may not be a viable solution to the ingress routing problem. The underlying VPN private IP addresses can change over time so statically assigning these in terraform might be the wrong approach.
https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/is_vpn_gateway
resource is missing the private_ip_address and private_ip_address2. In order to use this resource as a next hop in the ibm_is_vpc_routing_table_route resource the private IP address is required.
#2270 is a closely related work item.
Here is the work around:
vpn_gateway_private_ip_address.sh
The text was updated successfully, but these errors were encountered: