mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-30 22:21:50 +02: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
|
```bash
|
||||||
# Necessary to avoid removing Terraform's permissions too soon before its finished
|
# 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 state rm 'module.eks.aws_eks_access_entry.this["cluster_creator_admin"]' || true
|
||||||
terraform destroy
|
terraform destroy
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user