Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/network/google…
Browse files Browse the repository at this point in the history
… to v8 (#62)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2023
1 parent b70ddf9 commit e8f6f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ locals {

module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 8.0"
project_id = var.project_id
network_name = "dataflow-network"

Expand Down

0 comments on commit e8f6f36

Please sign in to comment.