Skip to content

Commit

Permalink
chore(deps): bump tf-validator for TPG v5 (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Dec 28, 2023
1 parent c23f66b commit 285d8ad
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 69 deletions.
136 changes: 69 additions & 67 deletions infra/terraform/test-org/tf-validator/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/terraform/test-org/tf-validator/project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// there are no reason to create an ephemeral test project + service account each build.
module "terraform_validator_test_project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 13.0"
version = "~> 14.0"

name = local.terraform_validator_project_name
random_project_id = true
Expand Down
3 changes: 2 additions & 1 deletion infra/terraform/test-org/tf-validator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ terraform {
required_version = ">= 1.4.4"
required_providers {
google = {
source = "hashicorp/google"
source = "hashicorp/google"
version = "< 6"
}
}
}

0 comments on commit 285d8ad

Please sign in to comment.