hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.61k stars 4.65k forks source link

Support for adding Log Profile to cloudngfw resources offered by Palo Alto networks #23213

Open rheajain opened 1 year ago

rheajain commented 1 year ago

Is there an existing issue for this?

Community Note

Description

Add a new resource where the user is able to configure the “Log Profile” for a firewall to send to a workspace.

The API through which this functionality is exposed is:

/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/saveLogProfile

Payload that this API accepts:

{ "commonDestination": { "monitorConfigurations": { "id": "/subscriptions//resourceGroups//providers/Microsoft.OperationalInsights/workspaces/testAnalyticsX", "subscriptionId": "/subscriptions/", "workspace": "", "primaryKey": "", "secondaryKey": "" } }, "logType": "TRAFFIC", "logOption": "SAME_DESTINATION" }

New or Affected Resource(s)/Data Source(s)

azurerm_palo_alto_next_generation_firewall_log_profile

Potential Terraform Configuration

No response

References

No response

abudilovskiy-panw commented 9 months ago

@jackofallops Any ETA on adding the support for this? Thanks!

apogarg commented 5 months ago

@jackofallops Any ETA on this? Thanks!