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.
16
16
17
17
module "gcb_bucket" {
18
18
source = " terraform-google-modules/cloud-storage/google//modules/simple_bucket"
19
- version = " ~> 5 "
19
+ version = " ~> 11.0 "
20
20
21
21
name = " k8s-infra-prow-gcb"
22
22
project_id = module. project . project_id
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ limitations under the License.
17
17
// WARNING, MAKE SURE YOU DON"T DESTROY THESE CLUSTERS ACCIDENTALLY
18
18
module "prow" {
19
19
source = " terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster"
20
- version = " ~> 30.2 "
20
+ version = " ~> 37.1 "
21
21
project_id = module. project . project_id
22
22
name = " prow"
23
23
region = " us-central1"
@@ -73,7 +73,7 @@ module "prow" {
73
73
74
74
module "utility_cluster" {
75
75
source = " terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster"
76
- version = " ~> 30.2 "
76
+ version = " ~> 37.1 "
77
77
project_id = module. project . project_id
78
78
name = " utility"
79
79
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" {
197
197
}
198
198
oidc {
199
199
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" ]
201
201
jwks_json = data. http . s390x_jwks . response_body
202
202
}
203
203
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ limitations under the License.
16
16
17
17
module "project" {
18
18
source = " terraform-google-modules/project-factory/google"
19
- version = " ~> 14.5 "
19
+ version = " ~> 18.0 "
20
20
21
21
name = " k8s-infra-prow"
22
22
project_id = " k8s-infra-prow"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ limitations under the License.
15
15
*/
16
16
17
17
terraform {
18
- required_version = " 1.6 .5"
18
+ required_version = " 1.10 .5"
19
19
20
20
backend "gcs" {
21
21
bucket = " k8s-infra-tf-prow-clusters"
@@ -25,11 +25,11 @@ terraform {
25
25
required_providers {
26
26
google = {
27
27
source = " hashicorp/google"
28
- version = " ~> 5 .45.2 "
28
+ version = " ~> 6 .45.0 "
29
29
}
30
30
google-beta = {
31
31
source = " hashicorp/google-beta"
32
- version = " ~> 5 .45.2 "
32
+ version = " ~> 6 .45.0 "
33
33
}
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ limitations under the License.
16
16
17
17
module "vpc" {
18
18
source = " terraform-google-modules/network/google"
19
- version = " ~> 9.3 "
19
+ version = " ~> 11.1 "
20
20
21
21
project_id = module. project . project_id
22
22
network_name = " prow"
You can’t perform that action at this time.
0 commit comments