You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are essentially the same
Can we add support for expr_options fields? Or ignore them so these dont get recreated every time
This only seems to affect the pre_configured_rules rule type
The text was updated successfully, but these errors were encountered:
Have the same issue. Just fixed the perma diff upgrading google-beta provider to v6.11.1 but have been caught by this expr_options. I my case affects "custom_rules".
@tknodell-recurly according to the documentation expr_options is an optional variable. Issue #18596 was created for it. Seems like they fixed preconfigured_waf_config issue but they havnt fixed recaptcha_options.
I will test and add expr_options to the module.
Google provider recently fixed bug that caused all rules to be recreated - hashicorp/terraform-provider-google-beta#8622
That seems to work fine. However this module still wants to recreate all rules to remove all
expr_options
which look to be added automaticallyFor example our plan shows
It will delete this rule
And replace it with
These are essentially the same
Can we add support for
expr_options
fields? Or ignore them so these dont get recreated every timeThis only seems to affect the
pre_configured_rules
rule typeThe text was updated successfully, but these errors were encountered: