Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 72d3d47

Browse files
ellisbenjaminphillc
authored andcommitted
Switching agent=false to agent=true, removing explicit private key definition
1 parent d3961eb commit 72d3d47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

variables.tf

-6
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ variable "linode_token" {
5353
description = "Linode API v4 Personal Access Token"
5454
}
5555

56-
variable "ssh_private_key" {
57-
type = string
58-
default = "~/.ssh/id_rsa"
59-
description = "The path to your private key"
60-
}
61-
6256
variable "ssh_public_key" {
6357
type = string
6458
default = "~/.ssh/id_rsa.pub"

0 commit comments

Comments
 (0)