Skip to content

Commit bfee812

Browse files
fix(deps)!: Update Terraform terraform-google-modules/cloud-nat/google to v7
1 parent f0c5463 commit bfee812

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

04-Instance-Group/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "network" {
3131

3232
module "cloud_nat" {
3333
source = "terraform-google-modules/cloud-nat/google"
34-
version = "~> 2.2"
34+
version = "~> 7.0"
3535
project_id = module.project_iam_bindings.projects[0]
3636
region = var.region
3737
create_router = true

05-Load-Balancer/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "network" {
3131

3232
module "cloud_nat" {
3333
source = "terraform-google-modules/cloud-nat/google"
34-
version = "~> 2.2"
34+
version = "~> 7.0"
3535
project_id = module.project_iam_bindings.projects[0]
3636
region = var.region
3737
create_router = true

0 commit comments

Comments
 (0)