Skip to content

Commit

Permalink
chore: pin workload_identity example to k8s 1.23 (terraform-google-mo…
Browse files Browse the repository at this point in the history
…dules#1315)

chore: pin workload_identity example to k8s 1.23
  • Loading branch information
apeabody committed Jul 9, 2022
1 parent 55faaf5 commit 59ca09e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/workload_identity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ 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: 2 additions & 0 deletions modules/workload-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ 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 59ca09e

Please sign in to comment.