| <a name="input_shielded_instance_config"></a> [shielded\_instance\_config](#input\_shielded\_instance\_config) | Shielded VM configuration for the instance. Note: not used unless<br/>enable\_shielded\_vm is 'true'.<br/>- enable\_integrity\_monitoring : Compare the most recent boot measurements to the<br/> integrity policy baseline and return a pair of pass/fail results depending on<br/> whether they match or not.<br/>- enable\_secure\_boot : Verify the digital signature of all boot components, and<br/> halt the boot process if signature verification fails.<br/>- enable\_vtpm : Use a virtualized trusted platform module, which is a<br/> specialized computer chip you can use to encrypt objects like keys and<br/> certificates. | <pre>object({<br/> enable_integrity_monitoring = bool<br/> enable_secure_boot = bool<br/> enable_vtpm = bool<br/> })</pre> | <pre>{<br/> "enable_integrity_monitoring": true,<br/> "enable_secure_boot": true,<br/> "enable_vtpm": true<br/>}</pre> | no |
0 commit comments