@pulumi/newrelic 5.2.0 → 5.3.0-alpha.1673556204

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -48,20 +48,20 @@ To use from .NET, install using `dotnet add package`:
48
48
 
49
49
  The following configuration points are available:
50
50
 
51
- - `newrelic:apiKey` - Your New Relic API key. The `NEW_RELIC__API_KEY` environment variable can also be used.
51
+ - `newrelic:apiKey` - Your New Relic API key. The `NEW_RELIC_API_KEY` environment variable can also be used.
52
52
  - `newrelic:adminApiKey` - Your New Relic Admin API key. The `NEW_RELIC_ADMIN_API_KEY` environment variable can also be used.
53
53
  - `newrelic:region` - The region for the data center for which your New Relic account is configured. The New Relic region
54
54
  can also be set via the environment variable `NEW_RELIC_REGION`. Valid values are `US` or `EU`. Only one region per
55
55
  provider block can be configured. If you have accounts in both regions, you must instantiate two providers -
56
56
  one for US and one for EU
57
- - `newrelic:insecureSkipVerify` - Trust self-signed SSL certificates. If omitted, the `NEW_RELIC__API_SKIP_VERIFY` environment
57
+ - `newrelic:insecureSkipVerify` - Trust self-signed SSL certificates. If omitted, the `NEW_RELIC_API_SKIP_VERIFY` environment
58
58
  variable is used.
59
59
  - `newrelic:insightsInsertKey` - Your Insights insert key used when inserting Insights events via the `insights.Event` resource.
60
- Can also use `NEW_RELIC__INSIGHTS_INSERT_KEY` environment variable.
60
+ Can also use `NEW_RELIC_INSIGHTS_INSERT_KEY` environment variable.
61
61
  - `newrelic:insightsInsertUrl` - This argument changes the Insights insert URL (default is `https://insights-collector.newrelic.com/v1/accounts`).
62
62
  If the New Relic account is in the EU, the Insights API URL must be set to `https://insights-collector.eu.newrelic.com/v1`.
63
63
  - `newrelic:caCerts` - A path to a PEM-encoded certificate authority used to verify the remote agent's certificate. The
64
- `NEW_RELIC__API_CACERT` environment variable can also be used.
64
+ `NEW_RELIC_API_CACERT` environment variable can also be used.
65
65
 
66
66
  ## Reference
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/newrelic",
3
- "version": "v5.2.0",
3
+ "version": "v5.3.0-alpha.1673556204+6b8f022b",
4
4
  "description": "A Pulumi package for creating and managing New Relic resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource newrelic v5.2.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource newrelic v5.3.0-alpha.1673556204+6b8f022b"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/newrelic",
3
- "version": "v5.2.0",
3
+ "version": "v5.3.0-alpha.1673556204+6b8f022b",
4
4
  "description": "A Pulumi package for creating and managing New Relic resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource newrelic v5.2.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource newrelic v5.3.0-alpha.1673556204+6b8f022b"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"