Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/cloud-nat/goog…
Browse files Browse the repository at this point in the history
…le to v4
  • Loading branch information
renovate[bot] committed Aug 22, 2023
1 parent fa35fbf commit 51d4dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 04-Instance-Group/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "network" {

module "cloud_nat" {
source = "terraform-google-modules/cloud-nat/google"
version = "~> 2.2"
version = "~> 4.0"
project_id = module.project_iam_bindings.projects[0]
region = var.region
create_router = true
Expand Down
2 changes: 1 addition & 1 deletion 05-Load-Balancer/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "network" {

module "cloud_nat" {
source = "terraform-google-modules/cloud-nat/google"
version = "~> 2.2"
version = "~> 4.0"
project_id = module.project_iam_bindings.projects[0]
region = var.region
create_router = true
Expand Down

0 comments on commit 51d4dfc

Please sign in to comment.