bright-restaurant-97414
07/21/2020, 9:49 PMmake build
in a Pulumi integration project does it do something weird to your local box.
I was attempting to update a terraform provider in the new relic pulumi project and yarn linked the temp module.
After reverting that and deleting that project I am seeing these weird errors still.
(⎈ |aws-eks-dev:fieldju-dev) /Users/fieldju/dev/armory-io/pulumi-newrelic-infrastructure (master)
$ p up
Previewing update (prod):
Type Name Plan Info
pulumi:pulumi:Stack plumi-newrelic-infrastructure-prod
└─ pulumi:providers:newrelic default_3_0_1 1 error
Diagnostics:
pulumi:providers:newrelic (default_3_0_1):
error: rpc error: code = Unknown desc = could not validate provider configuration: 1 error occurred:
* Internal validation of the provider failed! This is always a bug
with the provider itself, and not a user issue. Please report
this bug:
1 error occurred:
* resource newrelic_nrql_alert_condition: ConflictsWith: critical configuration block reference (term.0) can only be used with TypeList and MaxItems: 1 configuration blocks
but my project still works in CI but somehow I hosed my laptop 🤔
deleting my go path fixed it, the pulumi bin uses go sources on your path?