Skip to content

Commit 30cd0ec

Browse files
committed
Remove accidental variable
1 parent c410b26 commit 30cd0ec

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/aws/ec2/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,3 @@ variable "user_data_replace_on_change" {
6363
default = true
6464
description = "This value indicates whether changes to the `user_data` value triggers a rebuild of the EC2 instance."
6565
}
66-
67-
variable "custom_ssh_key" {
68-
type = string
69-
description = "Provide a SSH Key to have that key used for this box, by default the SSH key will be managed by this module"
70-
default = ""
71-
}

0 commit comments

Comments
 (0)