A small CI/CD pipeline in Github Actions that create an AKS, and has a test for the terraform. The errors are stored in the error folder.
The actions workflows in this public version of the repo do not work themeselves do not work since I have disabled running actions workflows for security reasons. (The code here works fine though with actions enabled and after inputting secrets to GitHub Secrets)
- Add a better terraform OPA Conftest check to validate the terraform
- Add a clean-up job that deletes resources instead of immediately deleting the kubernetes cluster
- Clean up the code and increase the code-quality by adding more comments and proper documentation
- Add helmcharts to install things into the kubernetes cluster