pulumi-newrelic 5.54.0a1758782193__py3-none-any.whl → 5.54.1__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-newrelic might be problematic. Click here for more details.
- pulumi_newrelic/__init__.py +8 -0
- pulumi_newrelic/_inputs.py +341 -45
- pulumi_newrelic/cloud/__init__.py +1 -0
- pulumi_newrelic/cloud/oci_link_account.py +980 -0
- pulumi_newrelic/outputs.py +242 -30
- pulumi_newrelic/pulumi-plugin.json +1 -1
- {pulumi_newrelic-5.54.0a1758782193.dist-info → pulumi_newrelic-5.54.1.dist-info}/METADATA +1 -1
- {pulumi_newrelic-5.54.0a1758782193.dist-info → pulumi_newrelic-5.54.1.dist-info}/RECORD +10 -9
- {pulumi_newrelic-5.54.0a1758782193.dist-info → pulumi_newrelic-5.54.1.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.54.0a1758782193.dist-info → pulumi_newrelic-5.54.1.dist-info}/top_level.txt +0 -0
pulumi_newrelic/__init__.py
CHANGED
|
@@ -139,6 +139,14 @@ _utilities.register(
|
|
|
139
139
|
"newrelic:cloud/gcpLinkAccount:GcpLinkAccount": "GcpLinkAccount"
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"pkg": "newrelic",
|
|
144
|
+
"mod": "cloud/ociLinkAccount",
|
|
145
|
+
"fqn": "pulumi_newrelic.cloud",
|
|
146
|
+
"classes": {
|
|
147
|
+
"newrelic:cloud/ociLinkAccount:OciLinkAccount": "OciLinkAccount"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
142
150
|
{
|
|
143
151
|
"pkg": "newrelic",
|
|
144
152
|
"mod": "index/accountManagement",
|