remove unused variable
This commit is contained in:
parent
fb53ef3dc5
commit
a4b0bf6234
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user