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 37c715d commit 001538fCopy full SHA for 001538f
examples/network_connectivity_center/main.tf
@@ -122,7 +122,7 @@ module "vpn_spoke_local_vpc" {
122
123
module "remote_to_local_vpn" {
124
source = "terraform-google-modules/vpn/google//modules/vpn_ha"
125
- version = "~> 5.0"
+ version = "~> 6.0"
126
127
project_id = var.project_id
128
region = var.vpn_region
@@ -160,7 +160,7 @@ module "remote_to_local_vpn" {
160
161
module "local_to_remote_vpn" {
162
163
164
165
166
0 commit comments