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

Update vars.tf

parent 2cc174a6
No related branches found
No related tags found
No related merge requests found
...@@ -9,3 +9,9 @@ variable "flavor" { ...@@ -9,3 +9,9 @@ variable "flavor" {
variable "pool" { variable "pool" {
default = "bright-external-flat-externalnet" default = "bright-external-flat-externalnet"
} }
variable "ssh_key_private" {
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