Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/network/google to ~> 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent dd38031 commit 9f3328e
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 = "~> 9.0.0"
version = "~> 9.1.0"

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

0 comments on commit 9f3328e

Please sign in to comment.