@pulumi/spotinst 3.118.0 → 3.118.1
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/package.json +2 -2
- package/statefulNodeAzure.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/spotinst",
|
|
3
|
-
"version": "3.118.
|
|
3
|
+
"version": "3.118.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing spotinst cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "spotinst",
|
|
26
|
-
"version": "3.118.
|
|
26
|
+
"version": "3.118.1"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/statefulNodeAzure.d.ts
CHANGED
|
@@ -556,7 +556,7 @@ export declare class StatefulNodeAzure extends pulumi.CustomResource {
|
|
|
556
556
|
readonly licenseType: pulumi.Output<string | undefined>;
|
|
557
557
|
readonly loadBalancers: pulumi.Output<outputs.StatefulNodeAzureLoadBalancer[]>;
|
|
558
558
|
readonly login: pulumi.Output<outputs.StatefulNodeAzureLogin | undefined>;
|
|
559
|
-
readonly managedServiceIdentities: pulumi.Output<outputs.StatefulNodeAzureManagedServiceIdentity[]>;
|
|
559
|
+
readonly managedServiceIdentities: pulumi.Output<outputs.StatefulNodeAzureManagedServiceIdentity[] | undefined>;
|
|
560
560
|
readonly name: pulumi.Output<string>;
|
|
561
561
|
readonly network: pulumi.Output<outputs.StatefulNodeAzureNetwork | undefined>;
|
|
562
562
|
readonly os: pulumi.Output<string>;
|