Install terraform Create an account in Azure Create a subscription in azure Create the main code for terraform terraform init -initializes a working directory containing Terraform configuration files terraform plan -create an execution plan, preview the changes that Terraform plans to make to the infrastructure terraform apply