Add a final Conclusion section

Includes steps to destroy the demo infrastrucure.
This commit is contained in:
Kent 'picat' Gruber 2020-07-16 16:34:32 -04:00
parent 1b56364c0a
commit e67dada8fd
1 changed files with 12 additions and 0 deletions

View File

@ -246,3 +246,15 @@ gcloud compute ssh hashistack-server-0 --zone=us-east1-c
## Next Steps
Click [here](https://github.com/hashicorp/nomad/blob/master/terraform/README.md#test) for next steps.
## Conclusion
You have deployed a cluster to GCP!
### Destroy Infrastrucure
To destroy all the demo infrastrucure:
```console
terraform destroy -force -var="project=${GOOGLE_PROJECT}" -var="credentials=${GOOGLE_APPLICATION_CREDENTIALS}"
```