source Image Encryption Key
suspend fun sourceImageEncryptionKey(value: Output<InstanceTemplateDiskSourceImageEncryptionKeyArgs>)
Parameters
value
The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key. Instance templates do not store customer-supplied encryption keys, so you cannot create disks for instances in a managed instance group if the source images are encrypted with your own keys. Structure documented below.
suspend fun sourceImageEncryptionKey(argument: suspend InstanceTemplateDiskSourceImageEncryptionKeyArgsBuilder.() -> Unit)
Parameters
argument
The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key. Instance templates do not store customer-supplied encryption keys, so you cannot create disks for instances in a managed instance group if the source images are encrypted with your own keys. Structure documented below.