Rohan Rustagi
Rohan Rustagi
Error for Day-2/09-builtin-functions.md in map(key, value) Error: Error in function call │ │ on main.tf line 26, in output "my_map": │ 26: value = map(var.keys, var.values) # Returns {"name" =...
Hi @iam-veeramalla , Solved Issue : Error: Error in function call │ │ on main.tf line 26, in output "my_map": │ 26: value = map(var.keys, var.values) # Returns {"name" =...
## Related Issue - Info about the related issue Closes: #[issue number that will be closed through this PR] ### Describe the changes you've made 1. Created Dockerfile.frontend & Dockerfile.backend...
Hi , Enhanced project maintainability with .devcontainer (for VS Code Remote-Containers support). Ready-to-use configurations for faster, consistent development. Image attached for reference : Please review and feel free if any...
closes # ## 📑 Description ## ✅ Checks - [X] I have tested my code (provide screenshots or screen recordings of a working solution) - [X] I have performed a...
Added the .devcontainer folder to provide a consistent, isolated development and testing environment. This helps developers and testers quickly set up their workspace with all required tools and dependencies.
Enhanced project maintainability with a new Makefile (for automated tasks) and .devcontainer (for VS Code Remote-Containers support). Ready-to-use configurations for faster, consistent development. Please review and approve :) @ramnique @tusharmagar...
Hi , I’m thrilled to share my first open-source contribution—a Grype-based Kubernetes operator designed to scan for vulnerabilities in all images/containers running in the cluster! 🎉 I’ve implemented a Grype-based...
Hi , I have added .devcontainer folder with devcontainer.json file, the purpose is to Standardize the development environment using Docker, ensuring all developers work with identical tools and dependencies. Also...