Skip to content

Commit

Permalink
upgrade module
Browse files Browse the repository at this point in the history
Signed-off-by: James Strong <[email protected]>
  • Loading branch information
strongjz authored and darox committed Feb 22, 2024
1 parent afe90e7 commit e5a2eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module "main" {
source = "terraform-google-modules/network/google"
version = "6.0.0"
version = "9.0.0"

network_name = var.name
project_id = var.project_id
Expand Down
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.36.0"
version = ">= 4.84.0"
}
}
required_version = ">= 1.2.0"
Expand Down

0 comments on commit e5a2eaa

Please sign in to comment.