ibm-cloud-docs / vpc

Documentation repository for vpc
7 stars 50 forks source link

false code example #188

Closed ThomasUllrich666 closed 1 year ago

ThomasUllrich666 commented 1 year ago

the code example on this page is wrong. page: https://cloud.ibm.com/docs/vpc?topic=vpc-configuring-the-security-group&interface=cli

code example: ibmcloud is instance-create test-instance $vpc us-south-2 b-4x16 $subnet 1000 --image $image --keys $key --security-groups $sg

parameter --security-groups not existent and needs to be replaces with sgs

gudrun-wolfgram commented 1 year ago

Thanks @ThomasUllrich666 for reporting this.