jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
124 stars 52 forks source link

How to authenticate using Service Principal and certificate in the terraform task in azure pipelines. #401

Closed sudhir-ops closed 8 months ago

sudhir-ops commented 10 months ago

Describe the bug Is it possible to authenticate via service principal and certificate in terraform task? So far, I'm seeing only service connection is available for authentication.

By the method provided in below link, is it possible to input values in to terraform task and authenticate?

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/service_principal_client_certificate

jason-johnson commented 8 months ago

Duplicate of #270