DEV Community

Discussion on: Understanding Terraform: A Guide to Effective IaC Practices

Collapse
 
hassan_aftab profile image
Hassan Aftab

Thanks for the read! Bicep is Azure’s version of Cloudformation. I have used Bicep to spin out storage account and a blob, purpose for doing that was, so i wouldn't need to worry about tfstate for the blob that would manage tfstates for the actual project.

My current bicep code requires a resource group to be created. Then bicep creates the blob inside. After which terraform is ready to take off. 😊

I will update this later on , how my pipelines handle this use case.

Collapse
 
whimsicalbison profile image
Jack

Looking forward to reading it!