refactor: skylab user ssh pub key as var
Some checks failed
Terraform Provision / Terraform Apply (push) Failing after 22s

This commit is contained in:
Ditmar Visser
2025-06-05 09:34:27 +00:00
parent 81bdd1b698
commit ce950908b6
3 changed files with 7 additions and 10 deletions

View File

@@ -25,3 +25,7 @@ variable "prefix" {
description = "The Prefix used for all resources"
default = "week-5-opdracht-3"
}
variable "skylab_ssh_public_key" {
description = "Public key of the Skylab user"
}