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

Support for IDPS in azurerm_firewall_policy #12655

Closed
bandarr opened this issue Jul 20, 2021 · 5 comments
Closed

Support for IDPS in azurerm_firewall_policy #12655

bandarr opened this issue Jul 20, 2021 · 5 comments

Comments

@bandarr
Copy link

bandarr commented Jul 20, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

azurerm_firewall_policy currently supports threat_intelligence_mode. It should also support idps_mode or similarly named for IDPS.

New or Affected Resource(s)

  • azurerm_firewall_policy

Potential Terraform Configuration

resource "azurerm_firewall_policy" "example" {
    name                = "example"
    resource_group_name = "example"
    location            = "West Europe"
    threat_intelligence_mode = "Deny"
    idps_mode = "Deny"
}

References

  • #0000
@gro1m
Copy link
Contributor

gro1m commented Jul 25, 2021

@bandarr @tombuildsstuff This overlaps with my issue here: #11438. Of course the company I work for would need it for URL Filtering. But I guess it would make sense to try to cover all Premium features. Unfortunately I am not quite sure yet what would be the Potential Terraform Configuration, which I am discussing with @favoretti also with respect to feasibility. So if you have any inputs there that would be great. As far as my understanding goes this should be somehow possible, but I am still much too unclear about how much the Azure Go SDK supports this already and on how to implement.

@gro1m
Copy link
Contributor

gro1m commented Aug 27, 2021

@bandarr Should be resolved by #12769 in version 2.74.0.

@bandarr
Copy link
Author

bandarr commented Aug 27, 2021

@gro1m Thanks!

@tombuildsstuff
Copy link
Contributor

Fixed via #12769 - thanks for the cross-link @gro1m :)

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants