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).