purple-jelly-68780
03/27/2021, 1:07 AMpulumi:pulumi:Stack (health-directory-dev):
error: Missing required configuration variable 'health-directory:newrelicAccountId'
please set a value using the command `pulumi config set health-directory:newrelicAccountId <value>`
Here is where it's trying to be read (have also tried just config.require
with the same results):
config.requireSecret('newrelicAccountId')
Here is my Pulumi config:
> pulumi config
KEY VALUE
aws:region us-west-2
bastionPrivateKey [secret]
bastionPublicKey [secret]
dbPassword [secret]
dbPrivateKey [secret]
dbPublicKey [secret]
newRelicAccountId 3112141
slackAlertsUrl [secret]
newrelic:accountId 3112141
newrelic:adminApiKey [secret]
newrelic:apiKey [secret]
No issues with the other values currently, just the new ones for New Relic (using either newRelicAccountId or newrelic:accountId appears to exhibit the same behavior)newrelic
vs newRelic