Skip to content

Commit

Permalink
Update quick-start
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
asrindayananda authored Jan 23, 2023
1 parent 6264798 commit ff24324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/01_getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ff24324

Please sign in to comment.