Changelog

v0.2.1 - 2026-08-24

  • Fix a DeploymentProfile staying permanently broken once its creation failed on the Licensing API side: deploying or removing it kept failing with 405 Method Not Allowed on /tms/v1/deploymentProfile/.

v0.2.0 - 2026-07-14

  • Add timeout bool to FirewallConnection resource

v0.1.1 - 2026-07-02

  • Add DeploymentProfile resource that manages a Software NGFW deployment profile through the Palo Alto Licensing API and emits the generated authorization code as the auth_code fact.

  • Identify the DeploymentProfile by (credit_pool_id, name) and use name as its agent, so the resource works when client_id/client_secret are references (e.g. cyberark secrets), which can be used neither as an index key nor as the agent.

  • Harden mechanism to remove deployment profile

v0.1.0 - 2026-06-22

  • Add DeviceGroup, Template, TemplateStack, Commit, RouteDomain, Push, EthernetInterface, L3Subinterface.

  • Add licensing API

  • Add FirewallConnection resource that waits for a firewall to be discovered and connected to Panorama in a device group.