mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Fix super minor typos
This commit is contained in:
@@ -5,13 +5,13 @@ for creating identical machine images for multiple platforms from a single
|
||||
source configuration. The Terraform templates included in this repo reference a
|
||||
publicly avaialble Amazon machine image (AMI) by default. The Packer build
|
||||
configuration used to create the public AMI is included [here](./packer.json).
|
||||
If you wish to customize it and build your own private AMi, follow the
|
||||
If you wish to customize it and build your own private AMI, follow the
|
||||
instructions below.
|
||||
|
||||
## Pre-requisites
|
||||
|
||||
See the pre-requisites listed [here](../../README.md). If you did not use the
|
||||
included Vagrantfile to bootstrap a staging environment, you will need to
|
||||
included `Vagrantfile` to bootstrap a staging environment, you will need to
|
||||
[install Packer](https://www.packer.io/intro/getting-started/install.html).
|
||||
|
||||
Set environment variables for your AWS credentials if you haven't already:
|
||||
@@ -28,4 +28,4 @@ command to build the AMI:
|
||||
$ packer build packer.json
|
||||
```
|
||||
|
||||
Don't forget to copy the AMI Id to your [terraform.tfvars file](../env/us-east/terraform.tfvars).
|
||||
Don't forget to copy the AMI ID to your [terraform.tfvars file](../env/us-east/terraform.tfvars).
|
||||
|
||||
Reference in New Issue
Block a user