Skip to content

Commit

Permalink
Merge branch 'master' into major-terraform-google-provider-v6
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 15, 2024
2 parents 911f5f7 + 01135a7 commit 9f95e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "project_id" {

module "test-vpc-module" {
source = "terraform-google-modules/network/google"
version = "2.6.0"
version = "9.3.0"
project_id = var.project_id
network_name = "my-github-example-custom-network"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "project_id" {

module "test-vpc-module" {
source = "terraform-google-modules/network/google"
version = "2.6.0"
version = "9.3.0"
project_id = var.project_id
network_name = "my-gitlab-example-custom-network"

Expand Down

0 comments on commit 9f95e76

Please sign in to comment.