From 1ef9d0fb285ca44b0da915ae7aae55d86f8ecec1 Mon Sep 17 00:00:00 2001 From: Rob Genova Date: Sun, 25 Jun 2017 11:54:29 -0700 Subject: [PATCH] slight tweak to Packer README --- terraform/aws/packer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/packer/README.md b/terraform/aws/packer/README.md index 00d5b55a3..fdacf5074 100644 --- a/terraform/aws/packer/README.md +++ b/terraform/aws/packer/README.md @@ -25,7 +25,7 @@ After you make your modifications to `packer.json`, execute the following command to build the AMI: ```bash -packer build packer.json +$ packer build packer.json ``` Don't forget to copy the AMI Id to your [terraform.tfvars file](../env/us-east/terraform.tfvars).