mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-09 23:34:56 -05:00
terraform: disable secure boot for GCP
This commit is contained in:
parent
4e2b9745bb
commit
daa5b51904
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ resource "google_compute_instance_template" "template" {
|
|||
}
|
||||
|
||||
shielded_instance_config {
|
||||
enable_secure_boot = true
|
||||
enable_secure_boot = false
|
||||
enable_vtpm = true
|
||||
enable_integrity_monitoring = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue