Vitaliy Fedoriv
Results
2
issues of
Vitaliy Fedoriv
What I have: terraform code that deploys VM on GCP It contains a startup script ``` metadata = { ssh-keys = "${var.ssh_username}:${var.ssh_public_key}" startup-script = templatefile("${path.module}/startup-script.sh", {..} ``` and this template...
bug
Stale