@pulumi/mongodbatlas 3.28.0-alpha.1740763914 → 3.28.0-alpha.1740766387

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.
@@ -78,7 +78,7 @@ import * as outputs from "./types/output";
78
78
  * },
79
79
  * ],
80
80
  * });
81
- * const example-asym = mongodbatlas.getAdvancedClusterOutput({
81
+ * const example_asym = mongodbatlas.getAdvancedClusterOutput({
82
82
  * projectId: example.projectId,
83
83
  * name: example.name,
84
84
  * useReplicationSpecPerShard: true,
@@ -192,7 +192,7 @@ export interface GetAdvancedClustersResult {
192
192
  * },
193
193
  * ],
194
194
  * });
195
- * const example-asym = mongodbatlas.getAdvancedClusterOutput({
195
+ * const example_asym = mongodbatlas.getAdvancedClusterOutput({
196
196
  * projectId: example.projectId,
197
197
  * name: example.name,
198
198
  * useReplicationSpecPerShard: true,
@@ -83,7 +83,7 @@ const utilities = require("./utilities");
83
83
  * },
84
84
  * ],
85
85
  * });
86
- * const example-asym = mongodbatlas.getAdvancedClusterOutput({
86
+ * const example_asym = mongodbatlas.getAdvancedClusterOutput({
87
87
  * projectId: example.projectId,
88
88
  * name: example.name,
89
89
  * useReplicationSpecPerShard: true,
@@ -176,7 +176,7 @@ exports.getAdvancedClusters = getAdvancedClusters;
176
176
  * },
177
177
  * ],
178
178
  * });
179
- * const example-asym = mongodbatlas.getAdvancedClusterOutput({
179
+ * const example_asym = mongodbatlas.getAdvancedClusterOutput({
180
180
  * projectId: example.projectId,
181
181
  * name: example.name,
182
182
  * useReplicationSpecPerShard: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/mongodbatlas",
3
- "version": "3.28.0-alpha.1740763914",
3
+ "version": "3.28.0-alpha.1740766387",
4
4
  "description": "A Pulumi package for creating and managing mongodbatlas cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "mongodbatlas",
26
- "version": "3.28.0-alpha.1740763914"
26
+ "version": "3.28.0-alpha.1740766387"
27
27
  }
28
28
  }