alexharv074 / terraform-test

Proof of concept of Azure Pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform in Azure Pipelines

A proof of concept showing how to set up simple Azure Pipelines for Terraform.

Creating the pipeline

In Azure DevOps:

  • Pipelines => Create Pipeline
  • Where is your code? => GitHub
  • Select a repository => alexharv074/terraform-test
  • Configure your pipeline => Exiting Azure Pipelines YAML file
  • Branch: master Path: pipelines/example.yaml

"No hosed parallelism"

At this point it is normal to receive the following build failure on the first run:

##[error]No hosted parallelism has been purchased or granted. To request a free parallelism grant, please fill out the following form https://aka.ms/azpipelines-parallelism-request

I followed instructions here and sent an email to Microsoft support.

About

Proof of concept of Azure Pipelines


Languages

Language:Makefile 57.7%Language:HCL 42.3%