For subnets/etc that have tags with other regex key words (like parenthesis) in tag values affect parsing.
For example:
custom:
vpcDiscovery:
vpcName: 'myVpc'
subnets:
- tagKey: Name
tagValues:
- 'MySubnet (Primary)'
will not match a vpc/subnet with the tag Name='MySubnet (Primary)
For subnets/etc that have tags with other regex key words (like parenthesis) in tag values affect parsing.
For example:
will not match a vpc/subnet with the tag
Name='MySubnet (Primary)