mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
terraform: enable serial console by default (#3360)
This commit is contained in:
parent
1f887c7868
commit
d2cbc0adef
3 changed files with 5 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue