-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implement Terraform test functionality to all modules #143
Comments
Also update the |
@equinor/terraform-baseline-maintainers I had an idea regarding the tests. As not all modules have specific tests but more general tests based on the The idea is to have a general set of things to test, maybe based on required variables, if there are no specific things. E.g.:
Perhaps not the best explained idea, and most likely a generalized list of things to test will not work for all modules, but it gives a starting point and can additionally be added to the documentation as an overview of that we generally test for and how we test. Any thoughts? 👀 |
A few different approaches to consider for grouping tests:
|
Using If grouped by "Resource type":
Although we separate by main resource here, both would have the same type of tests, with the exception of the retention policy, which only applies to the If grouped by "Feature":
|
Module Name
All
Description
Implement Terraform test functionality to all modules.
Example Terraform Configuration
The text was updated successfully, but these errors were encountered: