blog/terraform-state-in-azure-storage #9
Replies: 1 comment
-
This setup is to make it easier to set up labs, and to get more familiar with Terraform Backend in Azure Blob Storage. Use SAS Tokens og Entra ID Service Principals for Production Environments. I left these Authentication Methods out of scope for this post to avoid TLDR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blog/terraform-state-in-azure-storage
If multiple team members are working with Terraform against the same Azure resources, they will run into problems if all of them have their tfstate files in their local machines. I'll share how to store the Terraform state in an Azure Storage Container.
https://www.jannidar.com/blog/terraform-state-in-azure-storage
Beta Was this translation helpful? Give feedback.
All reactions