Skip to content

Commit

Permalink
Upgrade terraform provider
Browse files Browse the repository at this point in the history
Upgrade terraform provider google to 3.1.0 from 2.14.

Upgrade terraform version to 0.13.6. We accidently convert the terraform
to a 0.13.x version when kubernetes#1974
was deployed.

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed May 5, 2021
1 parent a9ad321 commit 92cf2f5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ This file defines:
*/

terraform {
required_version = ">= 0.12.8"
required_version = ">= 0.13.6"

backend "gcs" {
bucket = "k8s-infra-tf-public-clusters"
prefix = "kubernetes-public/aaa" // $project_name/$cluster_name
}

required_providers {
google = {
version = "~> 2.14"
google = {
version = "~> 3.1.0"
}
google-beta = {
version = "~> 2.14"
version = "~> 3.1.0"
}
}
}
Expand Down

0 comments on commit 92cf2f5

Please sign in to comment.