Skip to content

Commit

Permalink
chore(deps): update tf modules (#765)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
renovate[bot] and apeabody authored Oct 29, 2022
1 parent 48d33a8 commit 7555dac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/shared_vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module "host-project" {
*****************************************/
module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 4.1"
version = "~> 5.0"

project_id = module.host-project.project_id
network_name = var.network_name
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ locals {

module "vpc" {
source = "terraform-google-modules/network/google"
version = ">= 4.0.1, < 5.0"
version = "~> 5.2"

network_name = "pf-test-int-full-${var.random_string_for_testing}"
project_id = var.shared_vpc
Expand Down
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "google_folder" "ci_pfactory_folder" {

module "pfactory_project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 13.0"
version = "~> 14.0"

name = "ci-pfactory-tests"
random_project_id = true
Expand Down

0 comments on commit 7555dac

Please sign in to comment.