-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terraform-backend-git 0.0.13 (new formula) #55511
Conversation
@chenrui333 I think I fixed all tests failures and accounted for your feedback. Seems like it's failing due to the repository is "not notable enough". I understand why there is such a requirement and if you refuse to merge, I'll understand. However, please consider the following - this Terraform HTTP backend implementation meant to be a part of hashicorp/terraform (notable enough, I think), as backends being a part of the core code base is the only options atm. Scalability issue with this approach is well understood by now, and they are going to make backends a pluggable bits hashicorp/terraform#5877. When it's done, backends will be discoverable and consumable by internal Terraform mechanisms, so However, getting there might take quite a some time, and meanwhile I was hoping brew could help giving this project a spin in terms of discoverability and lowering the entrance barrier. Is there a chance for it? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Hey @dee-kryvenko and thanks for the PR! While this seems like pretty cool software, the audit failures mean it's not notable enough for us to package in Homebrew for now. This is not a decision on the merits of the software, but we cannot distribute every single piece of software and have to draw a line on "notability" somewhere. Of course, we would be happy to reconsider in the future. Please consider hosting it in a personal tap, which is very easy to do: https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap |
I am personally a terraform user and a SRE, will definitely try out your git backend (which seems very cool). |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?