From ff243241a2ef542ce580724522164da10f730944 Mon Sep 17 00:00:00 2001 From: Asrin Dayananda Date: Mon, 23 Jan 2023 13:49:04 +0000 Subject: [PATCH] Update quick-start As a first-time user following the instructions made me copy files into the `example` folder which caused errors running tests because it was looking for `terraform-basic-example` folder inside the `example` folder. --- docs/_docs/01_getting-started/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/01_getting-started/quick-start.md b/docs/_docs/01_getting-started/quick-start.md index 2aaaadefa..8a65185e9 100644 --- a/docs/_docs/01_getting-started/quick-start.md +++ b/docs/_docs/01_getting-started/quick-start.md @@ -26,7 +26,7 @@ types of infrastructure code you can test (e.g., Packer, Kubernetes, etc). 1. Create an `examples` and `test` folder. -1. Copy all the files from the [basic terraform example](https://github.com/gruntwork-io/terratest/tree/master/examples/terraform-basic-example/) into the `examples` folder. +1. Copy the folder including all the files from the [basic terraform example](https://github.com/gruntwork-io/terratest/tree/master/examples/terraform-basic-example/) into the `examples` folder. 1. Copy the [basic terraform example test](https://github.com/gruntwork-io/terratest/blob/master/test/terraform_basic_example_test.go) into the `test` folder.