Hi— this is Kisan from The Cloud Handbook. In every issue, I talk about Cloud, DevOps, deep dives and community updates around it. If you are not subscribed yet, you can subscribe here.
Great coverage of IaC here! Sorry I'm late to the party.
Not sure if you've managed to take a good look at Bicep but it's very similar to Terraform in terms of modules and how to group your IaC files. With the added benefit of not having to manage state files. Which admittedly, I've had issues with when using Terraform with Azure.
Great coverage of IaC here! Sorry I'm late to the party.
Not sure if you've managed to take a good look at Bicep but it's very similar to Terraform in terms of modules and how to group your IaC files. With the added benefit of not having to manage state files. Which admittedly, I've had issues with when using Terraform with Azure.
Thanks a lot Jonathon. I haven't had a chance to look into Bicep, I will definitely give it a try.