We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It will generate variables even if those variables are commented out.
Example:
# custom_rules { # name = "IPWhitelist" # priority = 1 # rule_type = "MatchRule" # match_conditions { # match_variables { # variable_name = "RemoteAddr" # } # operator = "IPMatch" # negation_condition = true # match_values = var.whitelisted_ips # } # action = "Block" # }
Variable definition will be generated for whitelisted_ips - something I'm not expecting.
whitelisted_ips
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It will generate variables even if those variables are commented out.
Example:
Variable definition will be generated for
whitelisted_ips
- something I'm not expecting.The text was updated successfully, but these errors were encountered: