Skip to content

Commit

Permalink
adding variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszgebala-dsai committed Sep 27, 2024
1 parent a5aea4a commit 3bea31a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variable "ssh_privkey_path" {
description = "The path to the ssh private key to auth to the instances"
}

#An up-to-date list of supported Crusoe Cloud images can be found at -> https://docs.crusoecloud.com/compute/images/overview
#An up-to-date list of supported Crusoe Cloud images can be found at -> https://docs.crusoecloud.com/compute/images/overview
variable "headnode_image" {
description = "The image to use for creating the headnode instance"
default = "ubuntu22.04:latest"
Expand Down Expand Up @@ -50,3 +50,7 @@ variable "instance_name_prefix" {
description = "Prefix to use for the instance names"
default = "crusoe"
}

variable "vpc_subnet" {
description = "The subnet instances should be connected to"
}

0 comments on commit 3bea31a

Please sign in to comment.