Skip to content

Commit

Permalink
docs: adding fix for certificate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Feb 16, 2023
1 parent b83a6d8 commit ee6265c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENHANCEMENTS:
FIXES:

* PAN-OS 10.1.5 and above removed usage of `" or "` in the XPATH, which broke the provider's ability to delete multiple items in resources such as `panos_security_rule_group` or `panos_address_objects`. If the provider sees PAN-OS 10.1.5 or later, then deletes happen one at a time, which will of course negatively affect plan deployment speed. If the provider sees PAN-OS <= 10.1.4, since it still supports `" or "` in the XPATH, delete performance and implementation is unchanged.
* `panos_certificate_import` now works against Panorama ([#329](https://github.com/PaloAltoNetworks/terraform-provider-panos/issues/329))

DOCUMENTATION:

Expand Down

0 comments on commit ee6265c

Please sign in to comment.