We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddf421 commit d1a995fCopy full SHA for d1a995f
terraform/outputs.tf
@@ -9,5 +9,5 @@ output "jupyter_url" {
9
}
10
11
output "get_jupyter_token" {
12
- value = "ssh ${oci_core_instance.redbull_lab1.public_ip} 'source redbullenv/bin/activate; jupyter server list'"
+ value = "ssh -i PATH_TO_YOUR_SSH_PRIV_KEY_HERE opc@${oci_core_instance.redbull_lab1.public_ip} 'source redbullenv/bin/activate; jupyter server list'"
13
0 commit comments