Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: wildcardMatches fails regex parsing for valid subnet tags #59

Open
todd1uphealth opened this issue Oct 26, 2021 · 0 comments
Open

Comments

@todd1uphealth
Copy link

todd1uphealth commented Oct 26, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant