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 ~> 5.2.0 (#184)

Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
renovate[bot] and apeabody authored Aug 5, 2022
1 parent bcc9cf8 commit f04f366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tf_cloudbuild_workspace_simple/files/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "test-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 5.1.0"
version = "~> 5.2"
project_id = var.project_id
network_name = "my-custom-mode-network"
mtu = 1460
Expand Down

0 comments on commit f04f366

Please sign in to comment.