mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
terraform: disable secure boot for GCP
This commit is contained in:
parent
4e2b9745bb
commit
daa5b51904
@ -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…
Reference in New Issue
Block a user