stocky-exabyte-82602
02/14/2023, 5:01 PM# 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
.white-airport-8778