Skip to content

Commit

Permalink
fix: updates TF versions for dev & test org configs (#1955)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
g-awmalik and apeabody authored Nov 8, 2023
1 parent 5d2c6a5 commit bcc7523
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions infra/terraform/dev-org/dev-project-cleanup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ terraform {
version = ">= 1.3, < 3.0"
}
google = {
version = ">= 3.35, < 5.0"
version = ">= 3.35, < 6"
}
google-beta = {
version = ">= 3.35, < 5.0"
version = ">= 3.35, < 6"
}
null = {
version = ">= 2.1, < 4.0"
Expand Down
4 changes: 2 additions & 2 deletions infra/terraform/test-org/ci-project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ terraform {
version = "~> 5.0"
}
google = {
version = ">= 3.39, < 5.0"
version = ">= 3.39, < 6"
}
google-beta = {
version = ">= 3.39, < 5.0"
version = ">= 3.39, < 6"
}
}
}
2 changes: 1 addition & 1 deletion infra/terraform/test-org/ci-triggers/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
terraform {
required_version = ">= 1.4.4"
required_providers {
google-beta = ">= 2.18, < 5.0"
google-beta = ">= 2.18, < 6"
}
}
4 changes: 2 additions & 2 deletions infra/terraform/test-org/org/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ terraform {
version = ">= 1.2, < 3.0"
}
google = {
version = ">= 3.19, < 5.0"
version = ">= 3.19, < 6"
}
google-beta = {
version = ">= 3.19, < 5.0"
version = ">= 3.19, < 6"
}
null = {
version = ">= 2.1, < 4.0"
Expand Down
4 changes: 2 additions & 2 deletions infra/terraform/test-org/test-cleanup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ terraform {
version = ">= 1.3, < 3.0"
}
google = {
version = ">= 3.38, < 5.0"
version = ">= 3.38, < 6"
}
google-beta = {
version = ">= 3.38, < 5.0"
version = ">= 3.38, < 6"
}
null = {
version = ">= 2.1, < 4.0"
Expand Down

0 comments on commit bcc7523

Please sign in to comment.