Skip to content

Commit

Permalink
feat: add support for tpg v5 (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 5, 2023
1 parent 05dbb8f commit 4bbe4a0
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 374 deletions.
37 changes: 0 additions & 37 deletions examples/app_engine/versions.tf

This file was deleted.

29 changes: 0 additions & 29 deletions examples/budget_project/versions.tf

This file was deleted.

29 changes: 0 additions & 29 deletions examples/essential_contacts/versions.tf

This file was deleted.

29 changes: 0 additions & 29 deletions examples/fabric_project/versions.tf

This file was deleted.

37 changes: 0 additions & 37 deletions examples/gke_shared_vpc/versions.tf

This file was deleted.

17 changes: 0 additions & 17 deletions examples/group_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,10 @@
*/

terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.5"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.5"
}
gsuite = {
source = "deviavir/gsuite"
version = "~> 0.1.12"
}
null = {
source = "hashicorp/null"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.0"
}
}
}
17 changes: 0 additions & 17 deletions examples/project-hierarchy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,10 @@
*/

terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.5"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.5"
}
gsuite = {
source = "deviavir/gsuite"
version = "~> 0.1.12"
}
null = {
source = "hashicorp/null"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.0"
}
}
}
29 changes: 0 additions & 29 deletions examples/project_services/versions.tf

This file was deleted.

37 changes: 0 additions & 37 deletions examples/quota_project/versions.tf

This file was deleted.

37 changes: 0 additions & 37 deletions examples/shared_vpc/versions.tf

This file was deleted.

37 changes: 0 additions & 37 deletions examples/simple_project/versions.tf

This file was deleted.

2 changes: 1 addition & 1 deletion modules/app_engine/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.43, < 5.0"
version = ">= 3.43, < 6"
}
}
}
2 changes: 1 addition & 1 deletion modules/budget/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.28"
version = ">= 4.28, < 6"
}
}

Expand Down
4 changes: 2 additions & 2 deletions modules/core_project_factory/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.50, < 5.0"
version = ">= 3.50, < 6"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.50, < 5.0"
version = ">= 3.50, < 6"
}
null = {
source = "hashicorp/null"
Expand Down
Loading

0 comments on commit 4bbe4a0

Please sign in to comment.