In the "doctl compute firewall create ..." docs, it's not clear how to specify a tag in the new rule. Does one specify "address:<tag>", even tho it's not a network address.
Secondly, I'd like to create a rule where the tag contains a ':' (e.g. the "k8s:worker" tag). Is the tool going to confuse the ':' in the tag name with another field specifier in the rule?
An example would suffice. Thanks