File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
multi_external_vpn_gateways Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ resource "google_compute_external_vpn_gateway" "external_gateway2" {
4747
4848module "vpn-ha-to-onprem" {
4949 source = " terraform-google-modules/vpn/google//modules/vpn_ha"
50- version = " ~> 5 .0"
50+ version = " ~> 6 .0"
5151
5252 project_id = var. prod_project_id
5353 region = var. region
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ resource "google_compute_router" "cr-uscentral1-to-prod-vpc-02" {
3939
4040module "vpn-gw-us-ce1-mgt-prd-internal-01" {
4141 source = " terraform-google-modules/vpn/google"
42- version = " ~> 5 .0"
42+ version = " ~> 6 .0"
4343
4444 project_id = var. mgt_project_id
4545 network = var. mgt_network
@@ -59,7 +59,7 @@ module "vpn-gw-us-ce1-mgt-prd-internal-01" {
5959
6060module "vpn-gw-us-ce1-mgt-prd-internal-02" {
6161 source = " terraform-google-modules/vpn/google"
62- version = " ~> 5 .0"
62+ version = " ~> 6 .0"
6363
6464 project_id = var. mgt_project_id
6565 network = var. mgt_network
@@ -79,7 +79,7 @@ module "vpn-gw-us-ce1-mgt-prd-internal-02" {
7979
8080module "vpn-gw-us-we1-mgt-prd-internal" {
8181 source = " terraform-google-modules/vpn/google"
82- version = " ~> 5 .0"
82+ version = " ~> 6 .0"
8383
8484 project_id = var. mgt_project_id
8585 network = var. mgt_network
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ resource "google_compute_router" "cr-uscentral1-to-mgt-vpc-02" {
3939
4040module "vpn-gw-us-ce1-prd-mgt-internal-01" {
4141 source = " terraform-google-modules/vpn/google"
42- version = " ~> 5 .0"
42+ version = " ~> 6 .0"
4343
4444 project_id = var. prod_project_id
4545 network = var. prod_network
@@ -59,7 +59,7 @@ module "vpn-gw-us-ce1-prd-mgt-internal-01" {
5959
6060module "vpn-gw-us-ce1-prd-mgt-internal-02" {
6161 source = " terraform-google-modules/vpn/google"
62- version = " ~> 5 .0"
62+ version = " ~> 6 .0"
6363
6464 project_id = var. prod_project_id
6565 network = var. prod_network
@@ -79,7 +79,7 @@ module "vpn-gw-us-ce1-prd-mgt-internal-02" {
7979
8080module "vpn-gw-us-we1-prd-mgt-internal" {
8181 source = " terraform-google-modules/vpn/google"
82- version = " ~> 5 .0"
82+ version = " ~> 6 .0"
8383
8484 project_id = var. prod_project_id
8585 network = var. prod_network
Original file line number Diff line number Diff line change 1616
1717module "vpn-gw-us-we1-mgt-prd-internal" {
1818 source = " terraform-google-modules/vpn/google"
19- version = " ~> 5 .0"
19+ version = " ~> 6 .0"
2020
2121 project_id = var. mgt_project_id
2222 network = var. mgt_network
Original file line number Diff line number Diff line change 1616
1717module "vpn-gw-us-we1-prd-mgt-internal" {
1818 source = " terraform-google-modules/vpn/google"
19- version = " ~> 5 .0"
19+ version = " ~> 6 .0"
2020
2121 project_id = var. prod_project_id
2222 network = var. prod_network
Original file line number Diff line number Diff line change 1717# #To Prod VPC
1818module "vpn-ha-to-prod" {
1919 source = " terraform-google-modules/vpn/google//modules/vpn_ha"
20- version = " ~> 5 .0"
20+ version = " ~> 6 .0"
2121
2222 project_id = var. mgt_project_id
2323 region = var. region
Original file line number Diff line number Diff line change 1717# #To MGMT VPC
1818module "vpn-ha-to-mgmt" {
1919 source = " terraform-google-modules/vpn/google//modules/vpn_ha"
20- version = " ~> 5 .0"
20+ version = " ~> 6 .0"
2121
2222 project_id = var. prod_project_id
2323 region = var. region
You can’t perform that action at this time.
0 commit comments