microsoft / azure-pipelines-terraform

Azure Pipelines tasks for installing Terraform and running Terraform commands in a build or release pipeline.
MIT License
101 stars 62 forks source link

Not able to find terraform tasks for confluent cloud provider in the Azure devops pipeline #95

Closed dorasatis closed 1 year ago

dorasatis commented 1 year ago
Screenshot 2022-10-31 122838 Screenshot 2022-10-31 121757

We are trying to create new pipeline for confluent terraform tasks for automation in Azure devops yaml pipeline, but there is no confluent provider available under Terraform tasks. We can see only 3 providers (aws,azurerm & gcp). Please advise how could we find the confluent provider to fulfill our project requirement. Also, we don't see confluent cloud in service connection under project settings to establish a connection from Azure devops.

mericstam commented 1 year ago

Unfortunatly there is no support for confluent cloud in the extension. My suggestion is to use the terraform installer task and then use standard CLI tasks to issue the terraform commands needed.