Update terraform/README.md

This commit is contained in:
Kent 'picat' Gruber 2020-07-16 15:58:42 -04:00
parent c8ad74b62d
commit a95009a622
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Provision a Nomad cluster in the Cloud
Use this repo to easily provision a Nomad sandbox environment on AWS or Azure with
Use this repo to easily provision a Nomad sandbox environment on AWS, Azure, or GCP with
[Packer](https://packer.io) and [Terraform](https://terraform.io).
[Consul](https://www.consul.io/intro/index.html) and
[Vault](https://www.vaultproject.io/intro/index.html) are also installed
@ -27,6 +27,7 @@ Azure CLI.
- Follow the steps [here](aws/README.md) to provision a cluster on AWS.
- Follow the steps [here](azure/README.md) to provision a cluster on Azure.
- Follow the steps [here](gcp/README.md) to provision a cluster on GCP.
Continue with the steps below after a cluster has been provisioned.