Vitaliy Fedoriv

Results 2 issues of Vitaliy Fedoriv

Need add search options (owner by name etc...)

enhancement

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