Skip to content

Commit

Permalink
chore: bump pf, provider version (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Jun 16, 2020
1 parent 92c4ff2 commit f556416
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
30 changes: 16 additions & 14 deletions test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@

module "gke-project-1" {
source = "terraform-google-modules/project-factory/google"
version = "~> 3.0"
version = "~> 8.0"

name = "ci-gke"
random_project_id = true
org_id = var.org_id
folder_id = var.folder_id
billing_account = var.billing_account
name = "ci-gke"
random_project_id = true
org_id = var.org_id
folder_id = var.folder_id
billing_account = var.billing_account
skip_gcloud_download = true

auto_create_network = true

activate_apis = [
"bigquery-json.googleapis.com",
"bigquery.googleapis.com",
"cloudkms.googleapis.com",
"cloudresourcemanager.googleapis.com",
"compute.googleapis.com",
Expand All @@ -44,16 +45,17 @@ module "gke-project-1" {

module "gke-project-2" {
source = "terraform-google-modules/project-factory/google"
version = "~> 3.0"
version = "~> 8.0"

name = "ci-gke"
random_project_id = true
org_id = var.org_id
folder_id = var.folder_id
billing_account = var.billing_account
name = "ci-gke"
random_project_id = true
org_id = var.org_id
folder_id = var.folder_id
billing_account = var.billing_account
skip_gcloud_download = true

activate_apis = [
"bigquery-json.googleapis.com",
"bigquery.googleapis.com",
"cloudkms.googleapis.com",
"cloudresourcemanager.googleapis.com",
"compute.googleapis.com",
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.20.1"
version = "3.25.0"
}

provider "google-beta" {
version = "3.21.0"
version = "3.25.0"
}

0 comments on commit f556416

Please sign in to comment.