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

Adding forwarded_ip_config for ip_set. Added regex_set for AND Not Statement. #65

Merged
merged 13 commits into from
Jan 25, 2023

Conversation

DugeraProve
Copy link
Contributor

No description provided.

@Ohid25 Ohid25 merged commit 1830945 into umotif-public:main Jan 25, 2023
Ohid25 pushed a commit to surendhar-kodaikal-palani/terraform-aws-waf-webaclv2 that referenced this pull request Jan 25, 2023
…atement. (umotif-public#65)

* Add forwarded_ip_config for ip_set. Added regex_set for AND NOT Statement.

* Adding examples.

* Correcting dynamic ip_set_forwarded

* Correct ip_set example

* Revert "feat: add label_match_statement to managed_rule_group_statement (umotif-public#60)"

This reverts commit e531012.

* Revert "Correct ip_set example"

This reverts commit db221d7.

* Updating sizeconstraint rule to have oversizehandling for body.

* Correction to use equals sign.

* Small corrections to sizeconstraint rule.

* Updating to meeting requirements of fix to terraform provider.

* Added support for Regex Match Statements (umotif-public#63)

* Added support for Regex Match Statements

* Lint and other fixes

Co-authored-by: Tomasz Rychlewicz <tomasz.rychlewicz@explaineverything.com>

* Remove oversize_handling from body until 4.52 release

hashicorp/terraform-provider-aws#29082

* Lint fixes

Co-authored-by: ndugera <ndugera@payfone.com>
@Ohid25
Copy link
Contributor

Ohid25 commented Jan 26, 2023

Part of the 4.0.0 release! Thank you for your contribution!

@yuvalhnoga
Copy link
Contributor

@Ohid25 @DugeraProve why did you remove these lines from the main.tf?

                # Scope down label_match_statement
                dynamic "label_match_statement" {
                  for_each = length(lookup(scope_down_statement.value, "label_match_statement", {})) == 0 ? [] : [lookup(scope_down_statement.value, "label_match_statement", {})]
                  content {
                    key   = lookup(label_match_statement.value, "key")
                    scope = lookup(label_match_statement.value, "scope")
                  }
                }

I have added this as part of this pr but now I am unable to upgrade my WAF module version because you removed it.

@DugeraProve
Copy link
Contributor Author

@yuvalhnoga apologies I'm unclear how I made this commit a31bec1. It was unrelated to features I was adding and I do not recall making these changes. This was done in error.

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

Successfully merging this pull request may close these issues.

4 participants