Skip to content

Commit

Permalink
Merge pull request #1 from Nklya/master
Browse files Browse the repository at this point in the history
Fix typos in Readme
  • Loading branch information
alexandrst88 committed May 13, 2018
2 parents d33d29f + 4bfaafb commit 943d03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# terraform-variables-generator

Simple Tool for Generate Variables file from Terraform Configuration. It will find all *.tf files in current directory, and generate varibales.tf file, if you already have this file, it will ask to override it.
Simple Tool for Generate Variables file from Terraform Configuration. It will find all *.tf files in current directory, and generate variables.tf file. If you already have this file, it will ask to override it.

## Build

Expand All @@ -14,7 +14,7 @@ go build .
./terraform-variables-generator
```

It will find all *.tf files in current directory, and generate varibales.tf file, if you already have this file, it will ask to override it.
It will find all *.tf files in current directory, and generate variables.tf file. If you already have this file, it will ask to override it.

### Example

Expand Down

0 comments on commit 943d03a

Please sign in to comment.