TODO: Fix later

This commit is contained in:
2023-03-23 01:47:28 +02:00
parent 2e71478e1c
commit c7968e59c2

View File

@@ -12,7 +12,7 @@ Then a public and a private ssh key will be generated and stored in the root of
# Creating a virtual machine 🖥️
To create a virtual machine you can run `python3 secdep.py -P <provider> -c` or `python3 secdep.py --provider <provider> --create` where `<provider>` is either `gce`, `azure` or `aws`.
To create a virtual machine you can run `python3 secdep.py -P <provider> -c` or `python3 secdep.py --provider <provider> --create` where `<provider>` is either gce, azure or aws.
You will be asked to enter some information regarding the virtual machine you want to create such as
@@ -57,7 +57,7 @@ or with specific values
# Finding valid values for the flags 🕵️
If you want to find valid values for the image you can run `python3 secdep.py -P <provider> -I -p` or `python3 secdep.py --provider <provider> --listimages --print` where `<provider>` is either `gce`, `azure` or `aws`.
If you want to find valid values for the image you can run `python3 secdep.py -P <provider> -I -p` or `python3 secdep.py --provider <provider> --listimages --print` where `<provider>` is either gce, azure or aws.
Same goes for the `-S -p` or `--listsizes --print` flag for the sizes and the `-G -p` or `--listlocations --print` flag for the location.