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

Update vars.tf

parent 5b4b7091
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,10 @@ variable "pool" { ...@@ -10,6 +10,10 @@ variable "pool" {
default = "bright-external-flat-externalnet" default = "bright-external-flat-externalnet"
} }
variable "key_pair" {
default = "MacBook"
}
variable "ssh_key_private" { variable "ssh_key_private" {
default = "~/.ssh/id_rsa" default = "~/.ssh/id_rsa"
description = "Path to the SSH public key for accessing cloud instances. Used for creating AWS keypair." 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