diff --git a/README.md b/README.md
index 25bf463..0c60a48 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,7 @@ An opinionated Terraform module that can be used to create and manage an AKS clu
| [min\_nodes](#input\_min\_nodes) | The minimum number of nodes in the AKS cluster. | `number` | `3` | no |
| [name](#input\_name) | The name of the AKS cluster. | `string` | n/a | yes |
| [network\_plugin](#input\_network\_plugin) | The network plugin to use (one of 'azure' or 'none'). | `string` | `"azure"` | no |
+| [oidc\_issuer\_enabled](#input\_oidc\_issuer\_enabled) | Enable OIDC issuer | `bool` | `false` | no |
| [owner](#input\_owner) | Your name. | `string` | n/a | yes |
| [paid\_tier](#input\_paid\_tier) | Whether to use the "Standard" AKS tier. | `bool` | `false` | no |
| [region](#input\_region) | The region in which to create the AKS cluster and associated resources. | `string` | n/a | yes |
@@ -57,6 +58,7 @@ An opinionated Terraform module that can be used to create and manage an AKS clu
| [service\_cidr](#input\_service\_cidr) | The CIDR block to use for services. | `string` | n/a | yes |
| [sp\_enabled](#input\_sp\_enabled) | Set to false to disable service principle creation | `bool` | `true` | no |
| [subnet\_id](#input\_subnet\_id) | The ID of the subnet where to place the node pool. | `string` | n/a | yes |
+| [workload\_identity\_enabled](#input\_workload\_identity\_enabled) | Enable workload identity | `bool` | `false` | no |
## Outputs