This repo hosts all the code related to my series of blog posts on creating Azure resources with Terraform. All links below refer to the related blog post that walks through the code.
- blob_storage - Create an Azure Storage Account
- sql_db - Create an Azure SQL Database. https://dataartisans.tech/terraform-azure-sql-database/.
- sql_db_template - Transform the Azure SQL Database into a template to create multiple.
- sql_vm - Create and Azure SQL Server VM. https://dataartisans.tech/terraform-azure-sql-server-vm/