-
Notifications
You must be signed in to change notification settings - Fork 582
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 report: threat_intelligence_allowlist #949
Comments
Found the issue and the fix. The resources.connectivity.tf file has not been update like the resources.virtual_wan.tf file. The "threat_intelligence_allowlist" dynamic block needs to be updated in the resources.connectivity.tf file. The code now is:
This needs to be this: (just like in resources.virtual_wan.tf file)
Could someone apply this fix please? |
@cndaan Thanks for the investigation here. Would you like to submit a PR for consideration? |
Yes but I am having issues with creating a Pull Request at the moment. I don't have permission to push to this repository. |
#953 is merged so closing - thanks! |
Community Note
Versions
terraform: 1.7.3
azure provider: 3.1
module: 5.2.1
Description
Describe the bug
lookup() requires a map as the first argument.
Setting the threat_intelligence_allowlist values results in an error message:
Steps to Reproduce
This is the firewall config I am using:
The text was updated successfully, but these errors were encountered: