Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/network/google to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent b6cb31f commit 11cfd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/gcp/network/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "network" {
count = local.enabled ? 1 : 0
source = "terraform-google-modules/network/google"
version = "~> 7.5.0"
version = "~> 9.0.0"

project_id = var.project_id
network_name = var.name != null ? var.name : module.this.id
Expand Down

0 comments on commit 11cfd77

Please sign in to comment.