IntroductionThis Vsts extension simplifies the process of running terraform commands during your build process. It's written in Node.js, so that it runs quicker than Powershell, and independently of the build agent Os. This extension is still at preview state. We need your feedback ! ScreenshotAvailable tasksTerraform DownloadThis task will download the given terraform version into the given directory. Terraform InitThis task will launch a terraform init command. You will optionally be able to:
Terraform PlanThis task will launch a terraform plan command. You will optionally be able to:
Terraform ApplyThis task will launch a terraform apply command. You will optionally be able to:
Terraform OutputThis task will launch a terraform apply command. You will optionally be able to:
Extra Links |