remove unused variable
This commit is contained in:
@@ -26,10 +26,6 @@ variable "db_port" {
|
|||||||
description = "The port of the database"
|
description = "The port of the database"
|
||||||
default = "3306"
|
default = "3306"
|
||||||
}
|
}
|
||||||
variable "ssh_key" {
|
|
||||||
description = "Public private key to access the ec2 instance"
|
|
||||||
default = "./keys/ansible"
|
|
||||||
}
|
|
||||||
variable "private_key" {
|
variable "private_key" {
|
||||||
description = "Private SSH key to access the ec2 instance"
|
description = "Private SSH key to access the ec2 instance"
|
||||||
default = "./keys/ansible"
|
default = "./keys/ansible"
|
||||||
|
|||||||
Reference in New Issue
Block a user