Terraform using Azure Devops – Cloud Support
  1. Create resource group

2. Create service connection in Azure Devops

3. Create storage account to save terraform statefiles.

4. Create container for tfstate files

5. Create a repo iac in azure devops

6. Create main.tf file in this repo.

7. Create blank pipeline and create terraform pipeline with init, plan,validate and apply

8. Below is the output on Azure devops after success

9. App service is deployed once pipeline is successful.

Leave a Reply

Your email address will not be published.