Skip to content
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

remove collie kit compile command and add opentofu support #296

Merged
merged 2 commits into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. 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.
    JohannesRudolph committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    39aad97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73eef4b View commit details
    Browse the repository at this point in the history