Skip to content

Commit a8c7862

Browse files
committed
Revert "chore: pin workload_identity example to k8s 1.23 (terraform-google-modules#1315)"
This reverts commit 59ca09e.
1 parent a86ccea commit a8c7862

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/workload_identity/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ module "gke" {
3838
remove_default_node_pool = true
3939
service_account = "create"
4040
node_metadata = "GKE_METADATA"
41-
# https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/issues/1313
42-
kubernetes_version = "1.23"
4341
node_pools = [
4442
{
4543
name = "wi-pool"

modules/workload-identity/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ The `terraform-google-workload-identity` can create service accounts for you,
1414
or you can use existing accounts; this applies for both the Google and
1515
Kubernetes accounts.
1616

17-
Note: This module currently supports Kubernetes <= 1.23.
18-
1917
### Creating a Workload Identity
2018

2119
```hcl

0 commit comments

Comments
 (0)