Skip to content

Commit

Permalink
chore: update output as network sg
Browse files Browse the repository at this point in the history
  • Loading branch information
alicia-td authored Jul 18, 2024
1 parent 4f11c1c commit 0123c6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ output PrivateIP string = jupyter.outputs.PrivateIP
output JupyterLabPublicHttpAccess string = 'http://${nlb.outputs.PublicDns}:${JupyterHttpPort}?token=${JupyterToken}'
output JupyterLabPrivateHttpAccess string = 'http://${jupyter.outputs.PrivateIP}:${JupyterHttpPort}?token=${JupyterToken}'
output sshCommand string = 'ssh azureuser@${jupyter.outputs.PrivateIP}'
output SecurityGroup string = firewall.outputs.Id
output NetworkSecurityGroupId string = firewall.outputs.Id

0 comments on commit 0123c6f

Please sign in to comment.