@pulumi/spotinst 3.19.0 → 3.20.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/spotinst",
3
- "version": "v3.19.0",
3
+ "version": "v3.20.0",
4
4
  "description": "A Pulumi package for creating and managing spotinst cloud 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 spotinst v3.19.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource spotinst v3.20.0"
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/spotinst",
3
- "version": "v3.19.0",
3
+ "version": "v3.20.0",
4
4
  "description": "A Pulumi package for creating and managing spotinst cloud 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 spotinst v3.19.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource spotinst v3.20.0"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/types/output.d.ts CHANGED
@@ -336,7 +336,7 @@ export interface StatefulNodeAzureStrategyRevertToSpot {
336
336
  }
337
337
  export interface StatefulNodeAzureTag {
338
338
  tagKey: string;
339
- tagValue: string;
339
+ tagValue?: string;
340
340
  }
341
341
  export interface StatefulNodeAzureUpdateState {
342
342
  state: string;