Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jmymy committed Feb 24, 2022
1 parent da0d157 commit 9bb210f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ module "gke-project-2" {

# apis as documented https://cloud.google.com/service-mesh/docs/scripted-install/reference#setting_up_your_project
module "gke-project-asm" {
source = "github.com/terraform-google-modules/terraform-google-project-factory.git?ref=master"

#source = "terraform-google-modules/project-factory/google"
#version = "~> 11.3"
source = "terraform-google-modules/project-factory/google"
version = "~> 11.3"

name = "ci-gke-asm-${random_id.random_project_id_suffix.hex}"
random_project_id = true
Expand Down

0 comments on commit 9bb210f

Please sign in to comment.