https://infracost.io logo
Title
s

stocky-exabyte-82602

02/14/2023, 5:01 PM
Thanks in advance for any pointers to this question. In Azure DevOps, YAML pipeline:
# 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:
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

white-airport-8778

02/14/2023, 5:29 PM
I answered in #help 🙂