Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

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 v5
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 666a139 commit a4778cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "google_compute_address" "cloud_nat_ip" {

module "cloud_nat" {
source = "terraform-google-modules/cloud-nat/google"
version = "~> 2.2.1"
version = "~> 5.2.0"
name = "${var.name}-cloud-nat"
project_id = module.enabled_google_apis.project_id
region = var.region
Expand Down

0 comments on commit a4778cb

Please sign in to comment.