We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c410b26 commit 30cd0ecCopy full SHA for 30cd0ec
modules/aws/ec2/variables.tf
@@ -63,9 +63,3 @@ variable "user_data_replace_on_change" {
63
default = true
64
description = "This value indicates whether changes to the `user_data` value triggers a rebuild of the EC2 instance."
65
}
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