user1515968
user1515968

Reputation: 41

How to use Terraform to create AWS infrastructure with Azure DevOps

I'm setting a deployment pipeline in Azure DevOps for AWS infrastructure. I was wondering if there is an extension that will allow running Terraform scripts.

So far I was able to find how to do it for Azure only (the extension seems to allow authentication for Azure only).

Am I missing something?

Upvotes: 3

Views: 1597

Answers (2)

Shayki Abramczyk
Shayki Abramczyk

Reputation: 41565

There is a new Terraform extension by Microsoft (released on 26.7.2019) that supports AWS (and also Azure & GCP).

enter image description here

enter image description here

Upvotes: 2

Leo Liu
Leo Liu

Reputation: 76760

How to use Terraform to create AWS infrastructure with AzureDevOps

Sorry for any inconvenience.

I am afraid there is no such Terraform extension we could use to create AWS infrastructure with AzureDevOps.

Just like as you found, it seems those Terraform extension are integrated with Azure, like Terraform Build & Release Tasks:

enter image description here

If it is important to you, you can open a ticket here:

enter image description here

You can vote and add your comments for this feedback. When there are enough communities vote and add comments for this feedback, the product team member will take this feedback seriously.

Hope this helps.

Upvotes: -1

Related Questions