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

Add new support for regex_match_statement #71

Closed
cloudboyd opened this issue Nov 8, 2022 · 1 comment
Closed

Add new support for regex_match_statement #71

cloudboyd opened this issue Nov 8, 2022 · 1 comment

Comments

@cloudboyd
Copy link
Contributor

See in hashicorp/terraform-provider-aws v4.34.0, it starts supporting regex_match_statement (costs 3 wcu as base).

This could help reducing WCU usage compare to regex_pattern_set_reference_statement that costs 25 wcu, in case if we just want to compare 1 regular expression, if you can add this new capability will be appreciate.

@cloudboyd cloudboyd changed the title Add new support for regex_match_statement Add new support for regex_match_statement Nov 8, 2022
@fabricef-p
Copy link

it seems regex_match_statement support is available as following PR: #63

@Ohid25 Ohid25 closed this as completed Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants