Question
How do you do a code review?
Answer
Look for consistency in style (adherence to a style guide), functionality, and ensure unit tests and end-to-end tests were performed. Keep an eye out for security issues or maintainability issues. Deploying the code should be straightforward or well documented.
Page 307 of Terraform: Up & Running, 2nd Edition by Yevgeniy Brikman (O’Reilly),
…