Skip to content

Commit 3d25013

Browse files
committed
fixed typo in readme for workstation_cdir
1 parent 2bdab87 commit 3d25013

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
107107
| worker_security_group_id | If provided, all workers will be attached to this security group. If not given, a security group will be created with necessary ingres/egress to work with the EKS cluster. | string | `` | no |
108108
| worker_sg_ingress_from_port | Minimum port number from which pods will accept communication. Must be changed to a lower value if some pods in your cluster will expose a port lower than 1025 (e.g. 22, 80, or 443). | string | `1025` | no |
109109
| workers_group_defaults | Default values for target groups as defined by the list of maps. | map | `<map>` | no |
110-
| workstation-cidr | Override the default ingress rule that allows communication with the EKS cluster API. If not given, will use current IP/32. | string | - | no |
110+
| workstation_cidr | Override the default ingress rule that allows communication with the EKS cluster API. If not given, will use current IP/32. | string | - | no |
111111

112112
## Outputs
113113

templates/kubeconfig.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ clusters:
1010

1111
contexts:
1212
- context:
13-
cluster: kubernetes
13+
cluster: ${cluster_name}
1414
user: aws
1515
name: aws
1616
current-context: aws

0 commit comments

Comments
 (0)