@pulumi/spotinst 3.27.0-alpha.1678741481 → 3.27.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 +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +4 -0
- package/types/output.d.ts +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/spotinst",
|
|
3
|
-
"version": "v3.27.0
|
|
3
|
+
"version": "v3.27.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.27.0
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource spotinst v3.27.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.27.0
|
|
3
|
+
"version": "v3.27.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.27.0
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource spotinst v3.27.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/types/input.d.ts
CHANGED
|
@@ -968,6 +968,10 @@ export declare namespace aws {
|
|
|
968
968
|
* The state of token usage for your instance metadata requests. Valid values: `optional` or `required`.
|
|
969
969
|
*/
|
|
970
970
|
httpTokens: pulumi.Input<string>;
|
|
971
|
+
/**
|
|
972
|
+
* Indicates whether access to instance tags from the instance metadata is enabled or disabled. Can’t be null.
|
|
973
|
+
*/
|
|
974
|
+
instanceMetadataTags?: pulumi.Input<string>;
|
|
971
975
|
}
|
|
972
976
|
interface ElastigroupMultaiTargetSet {
|
|
973
977
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -967,6 +967,10 @@ export declare namespace aws {
|
|
|
967
967
|
* The state of token usage for your instance metadata requests. Valid values: `optional` or `required`.
|
|
968
968
|
*/
|
|
969
969
|
httpTokens: string;
|
|
970
|
+
/**
|
|
971
|
+
* Indicates whether access to instance tags from the instance metadata is enabled or disabled. Can’t be null.
|
|
972
|
+
*/
|
|
973
|
+
instanceMetadataTags?: string;
|
|
970
974
|
}
|
|
971
975
|
interface ElastigroupMultaiTargetSet {
|
|
972
976
|
/**
|