Skip to content
Snippets Groups Projects
Commit 8e0b1ce4 authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

Update vars.tf

parent a43a6bd4
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,9 @@ variable "flavor" {
variable "pool" {
default = "bright-external-flat-externalnet"
}
variable "ssh_key" {
default = "~/.ssh/id_rsa"
description = "Path to the SSH public key for accessing cloud instances. Used for creating AWS keypair."
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment