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
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
variable "root_ssh_key" {
variable "root_ssh_key" {
type = string
type = string
description = "The root key to use for ssh"
description = "The root key to use for ssh"
 
default = ""
}
}
variable "image_name" {
variable "image_name" {
Loading