This is a complete, step-by-step guide that walks readers through the setup and usage of Terraform with Microsoft Azure, including how to install Terraform, configure Azure as a provider, and manage Terraform state in Terraform Cloud. Introduction Th...
sumyelwa.hashnode.dev9 min read
TechBro Dev
I am a Cloud&DevOps Engineer documenting my journey, sharing tips, automating infrastructure, and turning concepts into simple guides.
Nice ones Usman Shafiu, Bravo, but you are exposing your private credentials in this tutorials which aren’t really safe , ie your Terraform Token , your Subscription ID , you can blur your token out , then you can use terraform.tfvars to store your Subscription ID, then use .gitignore to gitignore the file so once you version control it doesn’t appear on your GitHub repository, but great work.