Best Practice: Terraform State in Azure Blob Container
Locating your Terraform state file remotely in an Azure Blob Storage shouldn't be as easy as creating a container and configuring the backend, you should consider some best practices. In this post I will outline practices I've used when securing and ...
jamescook.dev6 min read
Alexandre Nedelec
Always learning to become a better software developer.
Nice article, always nice to know the good practices.
I recently did an article about using Pulumi (a concurrent of Terraform) with Azure Storage to store state and comparing with Terraform. techwatching.hashnode.dev/pulumi-with-an-azure-bl…