-
Notifications
You must be signed in to change notification settings - Fork 6
Description
What happened?
The Pulumi New Relic provider has a config option called adminApiKey
. However, the upsteam Terraform provider has no such option (at least in the docs). I even went back a major version and did not see such an option in provider config.
I'm working on a New Relic workshop, and my code appears to work fine by only specifying accountId
and apiKey
, so this leads me to believe adminApiKey
is obsolete. It's also very confusing because there is no description for what it's even supposed to represent: not on Installation and Configuration and not on the provider's API docs page.
Expected Behavior
n/a
Steps to reproduce
n/a
Output of pulumi about
n/a
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).