Use correct Terraform teardown command

This commit is contained in:
King'ori Maina 2016-11-12 19:00:24 +02:00
parent 18879f7094
commit 9bf5cf25cb
No known key found for this signature in database
GPG Key ID: 04398F1A6E1D9B22
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ terraform plan
terraform apply terraform apply
``` ```
When you eventually `terraform delete` the cluster, you should still run `kops delete cluster ${CLUSTER_NAME}`, When you eventually `terraform destroy` the cluster, you should still run `kops delete cluster ${CLUSTER_NAME}`,
to remove the kops cluster specification and any dynamically created Kubernetes resources (ELBs or volumes). to remove the kops cluster specification and any dynamically created Kubernetes resources (ELBs or volumes).
### Workaround for Terraform versions before 0.7 ### Workaround for Terraform versions before 0.7