Skip to content
Snippets Groups Projects

Draft: adding compute build and deploy

Closed Krish Moodbidri requested to merge krish94/hpc-factory:feat-add-compute into feat-hpc-factory
Compare and
2 files
+ 75
0
Compare changes
  • Side-by-side
  • Inline
Files
2
variable "root_ssh_key" {
type = string
description = "The root key to use for ssh"
default = ""
}
variable "image_name" {
Loading