3 Comments
User's avatar
Jonathon Kindred's avatar

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.

Expand full comment
Kisan Tamang's avatar

Thanks a lot Jonathon. I haven't had a chance to look into Bicep, I will definitely give it a try.

Expand full comment
Odiambo's avatar

Nice, I hadn't hear of Pulumi.

I use ARM and ansible a lot. Terraform is still the strategy for client processes but if the contract is a project (opposed to a process I'll be monitoring) Bicep is my sidearm.

Expand full comment