diff --git a/vars.tf b/vars.tf
index 6c9ebc72ef6ae1d6c4ec2434cf24539d6cd69043..ab4a53224d4daab8dcddaa8507696ad61d2f9726 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