Advertisement
fkeles

create-bastion.sh

May 2nd, 2023 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | Source Code | 0 0
  1. oci bastion bastion create --bastion-type standard --compartment-id <compartment-id> --target-subnet-id <subnet-id> --client-cidr-list '["0.0.0.0/0"]'
  2.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement