Skip to content

Commit

Permalink
infra/clusters: upgrade to terraform 1.0
Browse files Browse the repository at this point in the history
All changes have been deployed for the following in infra/gcp/projects:

- k8s-infra-ii-sandbox
- k8s-infra-prow-build/prow-build
- k8s-infra-prow-build-trusted/prow-build-trusted
- k8s-infra-public-pii
- kubernetes-public/aaa

k8s-infra-public-pii was upgraded to v0.15 before upgrading to 1.0

All changes were no-ops; terraform suggested `apply -refresh-only`
but I ran a full `terraform apply` anyway
  • Loading branch information
spiffxp committed Jun 15, 2021
1 parent b1183b4 commit 48afc81
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.15.0"
required_version = "~> 1.0.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.15.0"
required_version = "~> 1.0.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.15.0"
required_version = "~> 1.0.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.15"
required_version = "~> 1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ This file defines:
*/

terraform {
required_version = "~> 0.15.0"
required_version = "~> 1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ This file defines:
*/

terraform {
required_version = "~> 0.15.0"
required_version = "~> 1.0.0"
}
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 = "~> 1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This file defines:
*/

terraform {
required_version = "~> 0.15.0"
required_version = "~> 1.0.0"

backend "gcs" {
bucket = "k8s-infra-tf-public-clusters"
Expand Down

0 comments on commit 48afc81

Please sign in to comment.