terraform: enable serial console by default

This commit is contained in:
Moritz Sanft 2024-09-17 13:22:35 +02:00
parent a295ecaffb
commit bcc8cae65d
No known key found for this signature in database
GPG key ID: 335D28368B1DA615
3 changed files with 5 additions and 3 deletions

View file

@ -70,7 +70,7 @@ resource "google_compute_instance_template" "template" {
metadata = {
kube-env = var.kube_env
constellation-init-secret-hash = var.init_secret_hash
serial-port-enable = var.debug ? "TRUE" : "FALSE"
serial-port-enable = "TRUE"
}
network_interface {