Skip to content

Commit

Permalink
chore: bump project-factory to v11 (#134)
Browse files Browse the repository at this point in the history
* Bump project-factory to ~> 11

* Bump version for the cloud build module

* Apply suggestions from code review

Co-authored-by: Morgante Pell <[email protected]>

Co-authored-by: Morgante Pell <[email protected]>
  • Loading branch information
cagataygurturk and morgante authored Nov 22, 2021
1 parent 56dec3e commit a48a0a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "google_folder_iam_member" "tmp_project_creator" {

module "seed_project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 10.1.1"
version = "~> 11.2"
name = local.seed_project_id
random_project_id = var.random_suffix
disable_services_on_destroy = false
Expand Down
2 changes: 1 addition & 1 deletion modules/cloudbuild/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data "google_organization" "org" {

module "cloudbuild_project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 10.1.1"
version = "~> 11.2"
name = local.cloudbuild_project_id
random_project_id = var.random_suffix
disable_services_on_destroy = false
Expand Down

0 comments on commit a48a0a0

Please sign in to comment.