mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-19 01:57:35 +01:00
docs: Correct mis-spelling in README (#2935)
This commit is contained in:
@@ -42,7 +42,7 @@ kubectl delete node -l karpenter.sh/provisioner-name=default
|
||||
|
||||
```bash
|
||||
# Necessary to avoid removing Terraform's permissions too soon before its finished
|
||||
# cleaning up the resources it deployed inside the clsuter
|
||||
# cleaning up the resources it deployed inside the cluster
|
||||
terraform state rm 'module.eks.aws_eks_access_entry.this["cluster_creator_admin"]' || true
|
||||
terraform destroy
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user