hi everyone, I am starting to implement pulumi in ...
# azure
k
hi everyone, I am starting to implement pulumi in my company to create all of our IAC. creating resources in azure specifically(aks, appgw..) I am writing the all code with automation API in Goland, I have multiple questions about best practices and how to manage the code, if someone can help me I will be glad. 🙂
f
I don't know Go; but I can tell you we've found success with the Monorepo architectural pattern and the trunk-based git branching pattern 🙂