terraform: disable secure boot for GCP

This commit is contained in:
Malte Poll 2023-09-22 16:35:38 +02:00 committed by Malte Poll
parent 4e2b9745bb
commit daa5b51904

View File

@ -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
}