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

Test Harnesses for terraform and helm #8

Open
michaeljguarino opened this issue Jan 29, 2022 · 0 comments
Open

Test Harnesses for terraform and helm #8

michaeljguarino opened this issue Jan 29, 2022 · 0 comments

Comments

@michaeljguarino
Copy link
Member

Both terraform and helm have very poor local testability. I believe we could write relatively decent unit tests to provide something of a CI experience when writing this code and improve durability against regressions.

For helm:

  • likely inflate the helm chart and have a simple DSL which can pick out specific manifests and probe for key-value matches

For terraform:

  • figure out a way to generate the expected terraform state tree and test against that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant