confidential Instance Config
suspend fun confidentialInstanceConfig(value: Output<InstanceFromTemplateConfidentialInstanceConfigArgs>)
Parameters
value
The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail to create.
suspend fun confidentialInstanceConfig(argument: suspend InstanceFromTemplateConfidentialInstanceConfigArgsBuilder.() -> Unit)
Parameters
argument
The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail to create.