Skip to content

Commit

Permalink
Revert "chore: pin workload_identity example to k8s 1.23 (terraform-g…
Browse files Browse the repository at this point in the history
…oogle-modules#1315)"

This reverts commit 59ca09e.
  • Loading branch information
liggitt committed Mar 25, 2023
1 parent a86ccea commit a8c7862
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/workload_identity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ module "gke" {
remove_default_node_pool = true
service_account = "create"
node_metadata = "GKE_METADATA"
# https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/issues/1313
kubernetes_version = "1.23"
node_pools = [
{
name = "wi-pool"
Expand Down
2 changes: 0 additions & 2 deletions modules/workload-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ The `terraform-google-workload-identity` can create service accounts for you,
or you can use existing accounts; this applies for both the Google and
Kubernetes accounts.

Note: This module currently supports Kubernetes <= 1.23.

### Creating a Workload Identity

```hcl
Expand Down

0 comments on commit a8c7862

Please sign in to comment.