Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit f93d301

Browse files
committed
Update README
1 parent fb78870 commit f93d301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# XTerrafile [![Build Status](https://circleci.com/gh/devopsmakers/xterrafile.svg?style=shield)](https://circleci.com/gh/devopsmakers/xterrafile) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdevopsmakers%2Fxterrafile.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdevopsmakers%2Fxterrafile?ref=badge_shield)
22

3-
`xterrafile` is a binary written in Go to manage external modules from Github for use with (but not limited to) Terraform. See this [article](http://bensnape.com/2016/01/14/terraform-design-patterns-the-terrafile/) for more information on how it was introduced in a Ruby rake task.
3+
`xterrafile` is a binary written in Go to manage external modules from various sources for use with (but not limited to) Terraform. See this [article](http://bensnape.com/2016/01/14/terraform-design-patterns-the-terrafile/) for more information on how it was introduced in a Ruby rake task.
44

55
Inspired by:
66
* https://github.com/coretech/terrafile
@@ -109,7 +109,7 @@ Ranges can be combined by both AND and OR
109109
- `>1.0.0 <2.0.0 || >3.0.0 !4.2.1` would match `1.2.3`, `1.9.9`, `3.1.1`, but not `4.2.1`, `2.1.1`
110110

111111

112-
### Module Download Location
112+
### Module Download Location
113113
Modules will be downloaded to `./vendor/modules/` by default.
114114

115115
## Example Usage

0 commit comments

Comments
 (0)