The Palo Alto Networks Terraform provider, panos version 1.4.0 has been released! This release includes expanded support for Panorama (such as ethernet interfaces, templates, and template variables), IPSec tunnels, IKE gateways, firewall licensing, and much more.
The updated documentation for the panos provider can be found here.
NEW FEATURES:
- Support for both templates and template stacks has been added to the provider. When defining your resource, use either the `template` variable if you want to attach it to a template, or `template_stack` if you want to attach it to a template stack.
NEW DATA SOURCES:
- `panos_dhcp_interface_info` [GH-35]
NEW RESOURCES:
- `panos_ike_crypto_profile` and `panos_panorama_ike_crypto_profile` [GH-37]
- `panos_ipsec_crypto_profile` and `panos_panorama_ipsec_crypto_profile` [GH-38]
- `panos_tunnel_interface` and `panos_panorama_tunnel_interface` [GH-42]
- `panos_ike_gateway` and `panos_panorama_ike_gateway` [GH-39]
- `panos_ipsec_tunnel`, `panos_ipsec_tunnel_proxy_id_ipv4`, `panos_panorama_ipsec_tunnel`, and `panos_panorama_ipsec_tunnel_proxy_id_ipv4` [GH-28]
- `panos_edl` and `panos_panorama_edl` [GH-27]
- `panos_loopback_interface` and `panos_panorama_loopback_interface` [GH-41]
- `panos_vlan_interface` and `panos_panorama_vlan_interface` [GH-40]
- `panos_static_route_ipv4` and `panos_panorama_static_route_ipv4` [GH-30]
- `panos_panorama_template`, `panos_panorama_template_entry`, `panos_panorama_template_stack`, `panos_panorama_template_stack_entry`, and `panos_panorama_template_variable` [GH-43]
- `panos_license_api_key` and `panos_licensing` [GH-24]
- `panos_panorama_management_profile` [GH-58]
- `panos_panorama_ethernet_interface` [GH-60]
- `panos_panorama_zone` [GH-62]
- `panos_panorama_virtual_router` [GH-64]