Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/cloud-router/google to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent a4a1bd6 commit 1be349b
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
@@ -1,6 +1,6 @@
module "cloud_router" {
source = "terraform-google-modules/cloud-router/google"
version = "~> 5.1.0"
version = "~> 6.0.0"
count = local.enabled && var.cloud_nat != null ? 1 : 0
name = module.this.id
project = var.project_id
Expand Down

0 comments on commit 1be349b

Please sign in to comment.