Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Remove old build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
nritholtz authored Feb 15, 2023
1 parent 2c10832 commit 60d1a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Terrafile [![Build Status](https://circleci.com/gh/coretech/terrafile.svg?style=shield)](https://circleci.com/gh/coretech/terrafile)
# Terrafile

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.

Expand Down Expand Up @@ -112,4 +112,4 @@ The output of the run is exactly the same in both options.
* Break out the main logic into seperate commands (e.g. version, help, run)
* Update tests to include unit tests for broken out commands
* Add coverage tool and badge
* May be worth renaming Terrafile config file to something that won't be misinterpreted as the binary
* May be worth renaming Terrafile config file to something that won't be misinterpreted as the binary

0 comments on commit 60d1a08

Please sign in to comment.