Terraform Website Deployment Project

Terraform Cloud Nginx HTML

Automated deployment of a static website to cloud infrastructure using iTerraform and Nginx. Goal of this project was to learn more about infrastructure as code (IaC) and to get better at using Terraform. In this project walkthrough, I’ll be guiding you on how to deploy a web application on Azure using Terraform. At the end of this walkthrough, you’ll have a fully working infrastructure-as-code setup. Prerequisites Azure account Terraform Azure CLI A website saved locally Step 1: Authenticate using Azure CLI First we need to authenticate before we can access our Azure resources.

Read More