You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Terrafile is a binary written in Go to systematically manage external modules from Github for use in 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.
4
4
@@ -112,4 +112,4 @@ The output of the run is exactly the same in both options.
112
112
* Break out the main logic into seperate commands (e.g. version, help, run)
113
113
* Update tests to include unit tests for broken out commands
114
114
* Add coverage tool and badge
115
-
* May be worth renaming Terrafile config file to something that won't be misinterpreted as the binary
115
+
* May be worth renaming Terrafile config file to something that won't be misinterpreted as the binary
0 commit comments