File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616
1717module "policy_bundles" {
1818 source = " terraform-google-modules/gcloud/google//modules/kubectl-wrapper"
19- version = " ~> 3.1 "
19+ version = " ~> 4.0 "
2020
2121 for_each = toset (var. policy_bundles )
2222 project_id = var. project_id
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ module "cpr" {
6161 count = var. mesh_management != " MANAGEMENT_AUTOMATIC" ? 1 : 0
6262
6363 source = " terraform-google-modules/gcloud/google//modules/kubectl-wrapper"
64- version = " ~> 3.1 "
64+ version = " ~> 4.0 "
6565
6666 project_id = var. project_id
6767 cluster_name = var. cluster_name
@@ -80,7 +80,7 @@ module "kubectl_asm_wait_for_controlplanerevision_custom_resource_definition" {
8080 count = var. mesh_management == " MANAGEMENT_AUTOMATIC" ? 1 : 0
8181
8282 source = " terraform-google-modules/gcloud/google//modules/kubectl-wrapper"
83- version = " ~> 3.1 "
83+ version = " ~> 4.0 "
8484
8585 project_id = var. project_id
8686 cluster_name = var. cluster_name
@@ -100,7 +100,7 @@ module "kubectl_asm_wait_for_controlplanerevision" {
100100 count = var. mesh_management == " MANAGEMENT_AUTOMATIC" ? 1 : 0
101101
102102 source = " terraform-google-modules/gcloud/google//modules/kubectl-wrapper"
103- version = " ~> 3.1 "
103+ version = " ~> 4.0 "
104104
105105 project_id = var. project_id
106106 cluster_name = var. cluster_name
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ resource "google_service_account_key" "gke_hub_key" {
6969
7070module "gke_hub_registration" {
7171 source = " terraform-google-modules/gcloud/google"
72- version = " ~> 3.1 "
72+ version = " ~> 4.0 "
7373
7474 platform = " linux"
7575 gcloud_sdk_version = var. gcloud_sdk_version
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ resource "kubernetes_service_account" "main" {
6464
6565module "annotate-sa" {
6666 source = " terraform-google-modules/gcloud/google//modules/kubectl-wrapper"
67- version = " ~> 3.1 "
67+ version = " ~> 4.0 "
6868
6969 enabled = var. use_existing_k8s_sa && var. annotate_k8s_sa
7070 skip_download = true
You can’t perform that action at this time.
0 commit comments