remove unused variable

This commit is contained in:
Paul Ernst 2024-01-20 22:56:45 +00:00
parent fb53ef3dc5
commit a4b0bf6234

View File

@ -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"