Skip to content

Commit

Permalink
Remove file list from README
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Feb 15, 2019
1 parent 8b87cc0 commit 908acfb
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,6 @@ Module provides a parameterized template to deploy a single dataset and a single

[^]: (autogen_docs_end)

## File structure
The project has the following folders and files:
```bash
.
├── docs # folder is the landing location for troubleshooting docs
├── examples # example deployments of the module
├── helpers # optional scripts to setup required packages, gcp services, etc
├── test # kitchen fixtures, boilerplate & integration tests
├── .kitchen.yml # establishing the kitchen root
├── config.tf # terraform providers & Requirements
├── Gemfile # Gemfile containing reqired Gems for running kitchen-terraform
├── Gemfile.lock # Locked gem versions
├── main.tf # terraform module
├── Makefile # enables make to setup local environment
├── outputs.tf # module outputs
├── variables.tf # variables that can be consumed by the module
├── LICENSE
└── README.md
```
## Requirements
### Terraform plugins
- [Terraform](https://www.terraform.io/downloads.html) 0.11.x
Expand Down

0 comments on commit 908acfb

Please sign in to comment.