Skip to content

Commit

Permalink
chore: Upgrade test set up to latest (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante authored Jul 19, 2020
1 parent feca6f5 commit 5703141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "project-ci-int-pubsub" {
source = "terraform-google-modules/project-factory/google"
version = "~> 3.0"
version = "~> 8.0"

name = "ci-int-pubsub"
random_project_id = true
Expand Down
4 changes: 2 additions & 2 deletions test/setup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ terraform {
}

provider "google" {
version = "~> 2.13.0"
version = "~> 3.29.0"
}

provider "google-beta" {
version = "~> 2.13.0"
version = "~> 3.29.0"
}

0 comments on commit 5703141

Please sign in to comment.