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

feat: add terraform tests #27

Merged
merged 5 commits into from
Oct 23, 2023
Merged

feat: add terraform tests #27

merged 5 commits into from
Oct 23, 2023

Commits on Oct 17, 2023

  1. feat: add terraform tests

    jta committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2a5f200 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. fix: use wrapper to run checks

    Rather than implement the logic of "external terraform data source" in
    each check executable, have a small wrapper that handles the logic of
    converting JSON to environment variables, and exit values back to a JSON
    result.
    jta committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    2c28d0e View commit details
    Browse the repository at this point in the history
  2. fix: script cleanups

    jta committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0128454 View commit details
    Browse the repository at this point in the history
  3. fix: simplify check module

    The `check` module now accepts `command` and `args`, which is more
    familiar than `program`. It also returns `exitcode`, `error` and
    `output`, which are useful for debugging.
    jta committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b574a46 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    17caec6 View commit details
    Browse the repository at this point in the history