mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-18 07:23:45 +01:00
fix: Forces cluster outputs to wait until access entries are complete (#3000)
This commit is contained in:
@@ -41,11 +41,6 @@ kubectl delete node -l karpenter.sh/provisioner-name=default
|
||||
2. Remove the resources created by Terraform
|
||||
|
||||
```bash
|
||||
# Necessary to avoid removing Terraform's permissions too soon before its finished
|
||||
# cleaning up the resources it deployed inside the cluster
|
||||
terraform state rm 'module.eks.aws_eks_access_entry.this["cluster_creator"]' || true
|
||||
terraform state rm 'module.eks.aws_eks_access_policy_association.this["cluster_creator_admin"]' || true
|
||||
|
||||
terraform destroy
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user