-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove the collie kit compile command
We figured out this use case is better served by tools like pre-commit-terraform https://github.com/antonbabenko/pre-commit-terraform?tab=readme-ov-file#terraform_validate which includes more robust handling of terraform's quirks. Given that there are better solutions out there, we think it's best to remove this feature from collie and focus our resources on unique features. Additionally, using "terraform validate" is a bad fit for validating kit modules as it has big problems with configuration_aliases hashicorp/terraform#28490 It seems that it is much better suited to validating platform modules instead.
- Loading branch information
1 parent
db88e1a
commit b6de319
Showing
4 changed files
with
0 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters