File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
3-networks-dual-svpc/modules
3-networks-hub-and-spoke/modules Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ resource "google_compute_network_peering_routes_config" "peering_routes" {
90
90
91
91
module "firewall_rules" {
92
92
source = " terraform-google-modules/network/google//modules/firewall-rules"
93
- version = " ~> 7 .0"
93
+ version = " ~> 8 .0"
94
94
count = var. private_worker_pool . enable_network_peering ? 1 : 0
95
95
96
96
project_id = var. project_id
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ resource "random_string" "suffix" {
34
34
35
35
module "network" {
36
36
source = " terraform-google-modules/network/google"
37
- version = " ~> 5.2 "
37
+ version = " ~> 8.0 "
38
38
39
39
project_id = var. project_id
40
40
network_name = var. network_name
@@ -370,7 +370,7 @@ resource "google_compute_firewall" "allow_private_api_egress" {
370
370
371
371
module "private_service_connect" {
372
372
source = " terraform-google-modules/network/google//modules/private-service-connect"
373
- version = " ~> 5.2 "
373
+ version = " ~> 8.0 "
374
374
375
375
project_id = var. project_id
376
376
dns_code = " dz-${ local . vpc_name } "
Original file line number Diff line number Diff line change 17
17
18
18
module "private_service_connect" {
19
19
source = " terraform-google-modules/network/google//modules/private-service-connect"
20
- version = " ~> 7 .0"
20
+ version = " ~> 8 .0"
21
21
22
22
project_id = var. project_id
23
23
dns_code = " dz-${ var . environment_code } -shared-base"
Original file line number Diff line number Diff line change 17
17
18
18
module "private_service_connect" {
19
19
source = " terraform-google-modules/network/google//modules/private-service-connect"
20
- version = " ~> 7 .0"
20
+ version = " ~> 8 .0"
21
21
22
22
project_id = var. project_id
23
23
dns_code = " dz-${ var . environment_code } -shared-restricted"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ data "google_compute_network" "vpc_base_net_hub" {
74
74
75
75
module "peering" {
76
76
source = " terraform-google-modules/network/google//modules/network-peering"
77
- version = " ~> 7 .0"
77
+ version = " ~> 8 .0"
78
78
count = var. mode == " spoke" ? 1 : 0
79
79
80
80
prefix = " np"
Original file line number Diff line number Diff line change 17
17
18
18
module "private_service_connect" {
19
19
source = " terraform-google-modules/network/google//modules/private-service-connect"
20
- version = " ~> 7 .0"
20
+ version = " ~> 8 .0"
21
21
22
22
project_id = var. project_id
23
23
dns_code = " dz-${ var . environment_code } -shared-base"
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ data "google_compute_network" "vpc_restricted_net_hub" {
76
76
77
77
module "peering" {
78
78
source = " terraform-google-modules/network/google//modules/network-peering"
79
- version = " ~> 7 .0"
79
+ version = " ~> 8 .0"
80
80
count = var. mode == " spoke" ? 1 : 0
81
81
82
82
prefix = " np"
Original file line number Diff line number Diff line change 17
17
18
18
module "private_service_connect" {
19
19
source = " terraform-google-modules/network/google//modules/private-service-connect"
20
- version = " ~> 7 .0"
20
+ version = " ~> 8 .0"
21
21
22
22
project_id = var. project_id
23
23
dns_code = " dz-${ var . environment_code } -shared-restricted"
You can’t perform that action at this time.
0 commit comments