Skip to content

Commit

Permalink
Merge pull request #3742 from ameukam/tf-upgrade-prow-build
Browse files Browse the repository at this point in the history
prow: Bump GCP provider for the build clusters
  • Loading branch information
k8s-ci-robot authored May 18, 2022
2 parents 0249b37 + c175be7 commit 32686a4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.90.1"
version = "~> 4.16.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 3.90.1"
version = "~> 4.16.0"
}
}
}
6 changes: 3 additions & 3 deletions infra/gcp/terraform/modules/gke-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
*/

terraform {
required_version = "~> 1.0.0"
required_version = "~> 1.1.0"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.90.1"
version = "~> 4.16.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 3.90.1"
version = "~> 4.16.0"
}
}
}
6 changes: 3 additions & 3 deletions infra/gcp/terraform/modules/gke-nodepool/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
*/

terraform {
required_version = "~> 1.0.0"
required_version = "~> 1.1.0"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.90.1"
version = "~> 4.16.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 3.90.1"
version = "~> 4.16.0"
}
}
}
6 changes: 3 additions & 3 deletions infra/gcp/terraform/modules/gke-project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
*/

terraform {
required_version = "~> 1.0.0"
required_version = "~> 1.1.0"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.90.1"
version = "~> 4.16.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 3.90.1"
version = "~> 4.16.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
terraform {
required_version = "~> 1.0.0"
required_version = "~> 1.1.0"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.90.1"
version = "~> 4.16.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 3.90.1"
version = "~> 4.16.0"
}
}
}

0 comments on commit 32686a4

Please sign in to comment.