» Data Source: linode_sshkey
linode_sshkey
provides access to a specifically labeled SSH Key in the Profile of the User identified by the access token.
» Example Usage
The following example shows how the resource might be used to obtain the name of the SSH Key configured on the Linode user profile.
data "linode_sshkey" "foo" {
label = "foo"
}
» Argument Reference
-
label
- (Required) The label of the SSH Key to select.
» Attributes Reference
In addition to all arguments above, the following attributes are exported: