June 2022 – Cloud Support

Terraform using Azure Devops

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 […]