From a4b0bf623413990b5facc91f47d652bd55d99f5a Mon Sep 17 00:00:00 2001 From: Paul Ernst Werler Date: Sat, 20 Jan 2024 22:56:45 +0000 Subject: [PATCH] remove unused variable --- variables.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/variables.tf b/variables.tf index b14e051..99dc9b0 100644 --- a/variables.tf +++ b/variables.tf @@ -26,10 +26,6 @@ variable "db_port" { description = "The port of the database" default = "3306" } -variable "ssh_key" { - description = "Public private key to access the ec2 instance" - default = "./keys/ansible" -} variable "private_key" { description = "Private SSH key to access the ec2 instance" default = "./keys/ansible"