Terraform Cloud - Remote SSH Key

When defining an “azurerm_kubernetes_cluster” resource the “linux_profile” block requires the “ssh_key” value to be defined. When using TF cloud, access to local disk is obviously not available so wondering what the alternatives are. Is there a way to retrieve a key from Azure Key Vault or even use a SSH Key defined for an Organization or Workspace?
Thanks