jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
125 stars 53 forks source link

bug: resolve issue generating the workload identity federation token #377

Closed jaredfholgate closed 1 year ago

jaredfholgate commented 1 year ago

This PR fixes an issue reported in https://github.com/jason-johnson/azure-pipelines-tasks-terraform/issues/372 where the init stage fails with the error ##[error]TypeError: Cannot read property 'retrieveSecret' of undefined.

Testing Evidence

A local build was created and run again a test tenant which previosly exhibited the failure.

The run was successful with the updated dependencies;

image