Skip to content
Snippets Groups Projects

Feat add compute

Open Krish Moodbidri requested to merge feat-add-compute into feat-hpc-factory
Compare and
2 files
+ 75
1
Compare changes
  • Side-by-side
  • Inline
Files
2
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