fix: Forces cluster outputs to wait until access entries are complete (#3000)

This commit is contained in:
Loren Gordon
2024-04-08 15:45:48 -07:00
committed by GitHub
parent 07be37dc7a
commit e2a39c0f26
3 changed files with 20 additions and 8 deletions

View File

@@ -37,9 +37,6 @@ $ terraform apply
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
```bash
# Necessary to avoid removing Terraform's permissions too soon before its finished
# cleaning up the resources it deployed inside the clsuter
terraform state rm 'module.eks.aws_eks_access_entry.this["cluster_creator_admin"]' || true
terraform destroy
```