Merge pull request #9111 from hashicorp/aaron-lane-patch-1

Link to packer directory from terraform ReadMe
This commit is contained in:
Aaron Lane 2020-11-05 15:21:34 -05:00 committed by GitHub
commit d34c14340a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`:
```