From 51676ff9bfb3bcb1e7e71314bca7c2cc83b14db5 Mon Sep 17 00:00:00 2001 From: Ryan Randles Jones <rrand11@uab.edu> Date: Mon, 1 Jul 2019 13:52:40 -0500 Subject: [PATCH] Update vars.tf --- vars.tf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/vars.tf b/vars.tf index 6c9ebc7..ab4a532 100644 --- a/vars.tf +++ b/vars.tf @@ -8,10 +8,4 @@ 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." -} - +} \ No newline at end of file -- GitLab