You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Describe the user story
I am looking for a way to let our developers run some lightweight unit testing for the terraform they write.
Describe the solution you'd like
I would like to be able to run terraform validate like I can plan and apply. Once A PR is opened, and a plan has been generated, the user can run "atlantis validate", which will trigger terraforms validate functionality. The output is given like a plan or apply output in the PR.
Describe the drawbacks of your solution
None that I can think of right now.
Describe alternatives you've considered
We could run this locally but since we have implemented our developers don't run terraform locally.
The text was updated successfully, but these errors were encountered:
Community Note
Describe the user story
I am looking for a way to let our developers run some lightweight unit testing for the terraform they write.
Describe the solution you'd like
I would like to be able to run terraform validate like I can plan and apply. Once A PR is opened, and a plan has been generated, the user can run "atlantis validate", which will trigger terraforms validate functionality. The output is given like a plan or apply output in the PR.
Describe the drawbacks of your solution
None that I can think of right now.
Describe alternatives you've considered
We could run this locally but since we have implemented our developers don't run terraform locally.
The text was updated successfully, but these errors were encountered: