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 v9 (#52)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent d71f284 commit d4a8fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/advance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ locals {
*****************************************/
module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 8.0"
version = "~> 9.0"
project_id = var.project_id
network_name = local.network_name

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ locals {
*****************************************/
module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 8.0"
version = "~> 9.0"
project_id = var.project_id
network_name = local.network_name

Expand Down

0 comments on commit d4a8fe6

Please sign in to comment.