security Type
Parameters
value
Security Type of the Managed Disk when it is used for a Confidential VM. Possible values are ConfidentialVM_VMGuestStateOnlyEncryptedWithPlatformKey
, ConfidentialVM_DiskEncryptedWithPlatformKey
and ConfidentialVM_DiskEncryptedWithCustomerKey
. Changing this forces a new resource to be created.
NOTE: When
security_type
is set toConfidentialVM_DiskEncryptedWithCustomerKey
the value ofcreate_option
must be one ofFromImage
orImportSecure
. NOTE:security_type
cannot be specified whentrusted_launch_enabled
is set to true. NOTE:secure_vm_disk_encryption_set_id
must be specified whensecurity_type
is set toConfidentialVM_DiskEncryptedWithCustomerKey
.