Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/cloud-nat/google to ~> 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 6, 2024
1 parent 202079b commit 9675156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/gcp/network/nat.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "cloud_router" {
module "cloud_nat" {
count = local.enabled && var.cloud_nat != null ? 1 : 0
source = "terraform-google-modules/cloud-nat/google"
version = "~> 5.0.0"
version = "~> 5.1.0"
project_id = var.project_id
region = var.region

Expand Down

0 comments on commit 9675156

Please sign in to comment.