mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 16:11:31 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
72ff8360fd
commit
19c74666d6
4 changed files with 188 additions and 0 deletions
|
@ -288,6 +288,29 @@ resources:
|
|||
- Effect for taint.
|
||||
returned: success
|
||||
type: str
|
||||
shieldedInstanceConfig:
|
||||
description:
|
||||
- Shielded Instance options.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
enableSecureBoot:
|
||||
description:
|
||||
- Defines whether the instance has Secure Boot enabled.
|
||||
- Secure Boot helps ensure that the system only runs authentic software
|
||||
by verifying the digital signature of all boot components, and halting
|
||||
the boot process if signature verification fails.
|
||||
returned: success
|
||||
type: bool
|
||||
enableIntegrityMonitoring:
|
||||
description:
|
||||
- Defines whether the instance has integrity monitoring enabled.
|
||||
- Enables monitoring and attestation of the boot integrity of the instance.
|
||||
- The attestation is performed against the integrity policy baseline.
|
||||
This baseline is initially derived from the implicitly trusted boot
|
||||
image when the instance is created.
|
||||
returned: success
|
||||
type: bool
|
||||
masterAuth:
|
||||
description:
|
||||
- The authentication information for accessing the master endpoint.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue