Integrate Terraform Enterprise in Azure DevOps

per topic caption, can we integrate TFE in Azure DevOps pipeline? Given that TFE and Azure DevOps does different things, and Terraform open source can be used as part of the build step but the question-is TFE integration supported within DevOps?

1 Like

// , I expect that the flow would be the same, except that the code against which Azure DevOps runs the terraform apply against would have a backends.tf configured to run remotely on Terraform Enterprise.

That’s right, you can still use the CLI in your pipeline and execute against the remote backend. There is work going on to bring tighter integration between the two systems as well!

@vaficionado

There is work going on to bring tighter integration between the two systems as well!

And what kind of work is this, if I may ask? :slight_smile:

I’ve seen somewhere (I cant remember where, which is bothering me) that for the Terraform Azure DevOps extension, there were supposed to be introduced a “Terraform Enterprise” task, which should connect with Terraform Enterprise (and also Terraform Cloud, if I not remember wrong). Is this correct? If so, where can I find information about this?

Thank you!

Ah, shortly after this question was posted we released VCS level integration with Azure DevOps, and just a few weeks ago a formal ADO Terraform Provider was shipped as well!

Check out https://www.hashicorp.com/blog/announcing-azure-devops-support-for-terraform-cloud-and-enterprise/ and https://www.terraform.io/docs/providers/azuredevops/index.html

1 Like