This example shows how to create and delete a tag for a security group ressource.
Please make sure that these packages are installed:
pythoncurl-config
Move to the python folder and run:
python3 -m venv env
source env/bin/activate to activate the virtual env.
pip install -e .
python3 example01.py <key> <value>
Finally, you can deactivate the virtual env:
deactivate