File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
infra/gcp/terraform/k8s-infra-prow Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ limitations under the License.
1616
1717module "gcb_bucket" {
1818 source = " terraform-google-modules/cloud-storage/google//modules/simple_bucket"
19- version = " ~> 5 "
19+ version = " ~> 11.0 "
2020
2121 name = " k8s-infra-prow-gcb"
2222 project_id = module. project . project_id
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ limitations under the License.
1717// WARNING, MAKE SURE YOU DON"T DESTROY THESE CLUSTERS ACCIDENTALLY
1818module "prow" {
1919 source = " terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster"
20- version = " ~> 30.2 "
20+ version = " ~> 37.1 "
2121 project_id = module. project . project_id
2222 name = " prow"
2323 region = " us-central1"
@@ -73,7 +73,7 @@ module "prow" {
7373
7474module "utility_cluster" {
7575 source = " terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster"
76- version = " ~> 30.2 "
76+ version = " ~> 37.1 "
7777 project_id = module. project . project_id
7878 name = " utility"
7979 region = " us-central1"
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ resource "google_iam_workload_identity_pool_provider" "s390x" {
197197 }
198198 oidc {
199199 allowed_audiences = [" sts.googleapis.com" ]
200- issuer_uri = jsondecode (data. http . s390xx_issuer . response_body )[" issuer" ]
200+ issuer_uri = jsondecode (data. http . s390x_issuer . response_body )[" issuer" ]
201201 jwks_json = data. http . s390x_jwks . response_body
202202 }
203203}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ limitations under the License.
1616
1717module "project" {
1818 source = " terraform-google-modules/project-factory/google"
19- version = " ~> 14.5 "
19+ version = " ~> 18.0 "
2020
2121 name = " k8s-infra-prow"
2222 project_id = " k8s-infra-prow"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ limitations under the License.
1515*/
1616
1717terraform {
18- required_version = " 1.6 .5"
18+ required_version = " 1.10 .5"
1919
2020 backend "gcs" {
2121 bucket = " k8s-infra-tf-prow-clusters"
@@ -25,11 +25,11 @@ terraform {
2525 required_providers {
2626 google = {
2727 source = " hashicorp/google"
28- version = " ~> 5 .45.2 "
28+ version = " ~> 6 .45.0 "
2929 }
3030 google-beta = {
3131 source = " hashicorp/google-beta"
32- version = " ~> 5 .45.2 "
32+ version = " ~> 6 .45.0 "
3333 }
3434 }
3535}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ limitations under the License.
1616
1717module "vpc" {
1818 source = " terraform-google-modules/network/google"
19- version = " ~> 9.3 "
19+ version = " ~> 11.1 "
2020
2121 project_id = module. project . project_id
2222 network_name = " prow"
You can’t perform that action at this time.
0 commit comments