Skip to content

Commit

Permalink
[wip] infra/clusters: upgrade terraform to 0.15
Browse files Browse the repository at this point in the history
WIP because:
- need to verify prow-build-trusted
- need to do the rest
  • Loading branch information
spiffxp committed Jun 14, 2021
1 parent 33d3a7f commit cead916
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infra/gcp/clusters/modules/gke-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = "~> 0.14.0"
required_version = "~> 0.15.0"
required_providers {
google = {
source = "hashicorp/google"
Expand Down
2 changes: 1 addition & 1 deletion infra/gcp/clusters/modules/gke-nodepool/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = "~> 0.14.0"
required_version = "~> 0.15.0"
required_providers {
google = {
source = "hashicorp/google"
Expand Down
2 changes: 1 addition & 1 deletion infra/gcp/clusters/modules/gke-project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = "~> 0.14.0"
required_version = "~> 0.15.0"
required_providers {
google = {
source = "hashicorp/google"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ This file defines:
*/

terraform {
required_version = "~> 0.14.0"
required_version = "~> 0.15.0"
}

0 comments on commit cead916

Please sign in to comment.