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
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.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Description
Add a new resource to allow updating all rules in firewall policy at once (network, regional or hierarchical firewall policy).
For example, currently you can specify the rules using [google_compute_network_firewall_policy_rule] (https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_network_firewall_policy_rule) resources but they are updated individually. The new terraform resource will allow to update/replace all the rules in one operations - either all rules are updated or none of them.
mihhalj
changed the title
Add a new resource to allow updating all rules in network firewall policy at once
Add a new resource to allow updating all rules in firewall policy at once
Aug 26, 2024
Community Note
Description
Add a new resource to allow updating all rules in firewall policy at once (network, regional or hierarchical firewall policy).
For example, currently you can specify the rules using [google_compute_network_firewall_policy_rule] (https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_network_firewall_policy_rule) resources but they are updated individually. The new terraform resource will allow to update/replace all the rules in one operations - either all rules are updated or none of them.
New or Affected Resource(s)
Potential Terraform Configuration
References
b/359747616
b/362277941
The text was updated successfully, but these errors were encountered: