From 665019e8841a691d39057f09e5bf8a07e23ca305 Mon Sep 17 00:00:00 2001 From: Aaron Lane <10655063+aaron-lane@users.noreply.github.com> Date: Thu, 5 Nov 2020 15:00:56 -0500 Subject: [PATCH] Link to packer directory from terraform ReadMe --- test/load/terraform/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/load/terraform/README.md b/test/load/terraform/README.md index 10037bc3d0..c4a5057e41 100644 --- a/test/load/terraform/README.md +++ b/test/load/terraform/README.md @@ -1,7 +1,7 @@ ## Terraform Consul Load Testing # How to use -1. Build an image with the desired Consul version and a loadtest image in the Packer folder here. +1. Build an image with the desired Consul version and a loadtest image in the Packer folder [here](../packer). 2. Create your own `vars.tfvars` file in this directory. 3. Place the appropriate AMI IDs in the `consul_ami_id` and `test_server_ami` variables, here is an example of a `vars.tfvars`: ```