@pulumi/spotinst 3.117.0-alpha.1746081690 → 3.117.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/types/input.d.ts +1 -0
- package/types/output.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/spotinst",
|
|
3
|
-
"version": "3.117.0
|
|
3
|
+
"version": "3.117.0",
|
|
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.117.0
|
|
26
|
+
"version": "3.117.0"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -209,6 +209,7 @@ export interface ElastigroupAzureV3SecretVaultCertificate {
|
|
|
209
209
|
}
|
|
210
210
|
export interface ElastigroupAzureV3Security {
|
|
211
211
|
confidentialOsDiskEncryption?: pulumi.Input<boolean>;
|
|
212
|
+
encryptionAtHost?: pulumi.Input<boolean>;
|
|
212
213
|
secureBootEnabled?: pulumi.Input<boolean>;
|
|
213
214
|
securityType?: pulumi.Input<string>;
|
|
214
215
|
vtpmEnabled?: pulumi.Input<boolean>;
|
package/types/output.d.ts
CHANGED
|
@@ -208,6 +208,7 @@ export interface ElastigroupAzureV3SecretVaultCertificate {
|
|
|
208
208
|
}
|
|
209
209
|
export interface ElastigroupAzureV3Security {
|
|
210
210
|
confidentialOsDiskEncryption?: boolean;
|
|
211
|
+
encryptionAtHost?: boolean;
|
|
211
212
|
secureBootEnabled?: boolean;
|
|
212
213
|
securityType?: string;
|
|
213
214
|
vtpmEnabled?: boolean;
|