Thanks in advance for any pointers to this questio...
# general
s
Thanks in advance for any pointers to this question. In Azure DevOps, YAML pipeline:
Copy code
# Install the Infracost CLI, see <https://github.com/infracost/infracost-azure-devops#infracostsetup>
  - task: InfracostSetup@1
    displayName: Setup Infracost
    inputs:
      apiKey: $(infracostApiKey)
I'm seeing the following:
Copy code
Starting: Setup Infracost
==============================================================================
Task         : Infracost Setup Task
Description  : Sets up Infracost CLI in Azure Pipelines. Show cloud cost estimates for Terraform in pull requests.
Version      : 1.0.6
Author       : Infracost
Help         : 
==============================================================================
##[error]releases.filter is not a function
Finishing: Setup Infracost
Known issue? Any workarounds? Using
vmImage: ubuntu-latest
.
w
I answered in #help 🙂