<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to commit anything to Panorama via Terraform after PAN-OS upgrade to 10.1.5-h1. in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/unable-to-commit-anything-to-panorama-via-terraform-after-pan-os/m-p/508048#M3063</link>
    <description>&lt;P&gt;I know this is an old thread but this is issue with the new version (same in 10.1.6). Solved by loading existing running config which ignores newly erroneous config, see&amp;nbsp;&lt;A href="https://live.paloaltonetworks.com/t5/general-topics/error-in-commit-after-upgrade-to-10-1-5-h1/td-p/479745" target="_blank"&gt;https://live.paloaltonetworks.com/t5/general-topics/error-in-commit-after-upgrade-to-10-1-5-h1/td-p/479745&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 06:48:20 GMT</pubDate>
    <dc:creator>SimonT</dc:creator>
    <dc:date>2022-07-06T06:48:20Z</dc:date>
    <item>
      <title>Unable to commit anything to Panorama via Terraform after PAN-OS upgrade to 10.1.5-h1.</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/unable-to-commit-anything-to-panorama-via-terraform-after-pan-os/m-p/483718#M3012</link>
      <description>&lt;P&gt;Below is the error is from attempting to keep the value to the "hip_profiles" argument as "any" in the secuirty policy rule-set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An execution plan has been generated and is shown below.&lt;BR /&gt;Resource actions are indicated with the following symbols:&lt;BR /&gt;~ update in-place&lt;/P&gt;&lt;P&gt;Terraform will perform the following actions:&lt;/P&gt;&lt;P&gt;# module.FW_TSA.module.FW_Security_Policies.panos_panorama_security_policy.TSA_FIREWALL_POLICIES will be updated in-place&lt;BR /&gt;~ resource "panos_panorama_security_policy" "TSA_FIREWALL_POLICIES" {&lt;BR /&gt;id = "TSA_DeviceGroup:pre-rulebase"&lt;BR /&gt;# (2 unchanged attributes hidden)&lt;/P&gt;&lt;P&gt;~ rule {&lt;BR /&gt;~ hip_profiles = [&lt;BR /&gt;+ "any",&lt;BR /&gt;]&lt;BR /&gt;name = "DENY_OUTSIDE_TO_OUTSIDE_GEO_BLOCK"&lt;BR /&gt;tags = []&lt;BR /&gt;# (21 unchanged attributes hidden)&lt;BR /&gt;}&lt;BR /&gt;~ rule {&lt;BR /&gt;~ hip_profiles = [&lt;BR /&gt;+ "any",&lt;BR /&gt;]&lt;BR /&gt;name = "ALLOW_OUTSIDE_TO_OUTSIDE_GP"&lt;BR /&gt;tags = []&lt;BR /&gt;# (21 unchanged attributes hidden)&lt;BR /&gt;}&lt;BR /&gt;~ rule {&lt;BR /&gt;~ hip_profiles = [&lt;BR /&gt;+ "any",&lt;BR /&gt;]&lt;BR /&gt;name = "ALLOW_DHS_ONENET_TO_OUTSIDE_GP"&lt;BR /&gt;tags = []&lt;BR /&gt;# (21 unchanged attributes hidden)&lt;BR /&gt;}&lt;BR /&gt;~ rule {&lt;BR /&gt;~ hip_profiles = [&lt;BR /&gt;+ "any",&lt;BR /&gt;]&lt;BR /&gt;name = "DENY_RFC1918_OUTSIDE"&lt;BR /&gt;tags = []&lt;BR /&gt;# (21 unchanged attributes hidden)&lt;BR /&gt;}&lt;BR /&gt;~ rule {&lt;BR /&gt;~ hip_profiles = [&lt;BR /&gt;+ "any",&lt;BR /&gt;]&lt;BR /&gt;name = "DENY_ANY_TO_OUTSIDE_ICMP"&lt;BR /&gt;tags = []&lt;BR /&gt;# (21 unchanged attributes hidden)&lt;BR /&gt;}&lt;BR /&gt;~ rule {&lt;BR /&gt;~ hip_profiles = [&lt;BR /&gt;+ "any",&lt;BR /&gt;]&lt;BR /&gt;name = "ALLOW_INSIDE_TO_DC_SERVICES"&lt;BR /&gt;tags = []&lt;BR /&gt;# (21 unchanged attributes hidden)&lt;BR /&gt;}&lt;BR /&gt;~ rule {&lt;BR /&gt;~ hip_profiles = [&lt;BR /&gt;+ "any",&lt;BR /&gt;]&lt;BR /&gt;name = "OUTSIDE_TO_TSA_WEST_ADMIN_TOOLS"&lt;BR /&gt;tags = []&lt;BR /&gt;# (21 unchanged attributes hidden)&lt;BR /&gt;}&lt;BR /&gt;~ rule {&lt;BR /&gt;~ hip_profiles = [&lt;BR /&gt;+ "any",&lt;BR /&gt;]&lt;BR /&gt;name = "ALLOW_OUTSIDE_TO_OUTSIDE_IPSEC"&lt;BR /&gt;tags = []&lt;BR /&gt;# (21 unchanged attributes hidden)&lt;BR /&gt;}&lt;BR /&gt;~ rule {&lt;BR /&gt;~ hip_profiles = [&lt;BR /&gt;+ "any",&lt;BR /&gt;]&lt;BR /&gt;name = "ALLOW_TUNNEL_TO_TUNNEL_IPSEC"&lt;BR /&gt;tags = []&lt;BR /&gt;# (21 unchanged attributes hidden)&lt;/P&gt;&lt;P&gt;Plan: 0 to add, 1 to change, 0 to destroy.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Warning: Version constraints inside provider configuration blocks are deprecated&lt;/P&gt;&lt;P&gt;on provider.tf line 20, in provider "aws":&lt;BR /&gt;20: version = "~&amp;gt; 3.0"&lt;/P&gt;&lt;P&gt;Terraform 0.13 and earlier allowed provider version constraints inside the&lt;BR /&gt;provider configuration block, but that is now deprecated and will be removed&lt;BR /&gt;in a future version of Terraform. To silence this warning, move the provider&lt;BR /&gt;version constraint into the required_providers block.&lt;/P&gt;&lt;P&gt;Do you want to perform these actions?&lt;BR /&gt;Terraform will perform the actions described above.&lt;BR /&gt;Only 'yes' will be accepted to approve.&lt;/P&gt;&lt;P&gt;Enter a value: yes&lt;/P&gt;&lt;P&gt;module.FW_TSA.module.FW_Security_Policies.panos_panorama_security_policy.TSA_FIREWALL_POLICIES: Modifying... [id=TSA_DeviceGroup:pre-rulebase]&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error: The request could not be handled&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;on FW_TSA/FW_SecPolicies/Sec_Policies.tf line 5, in resource "panos_panorama_security_policy" "TSA_FIREWALL_POLICIES":&lt;BR /&gt;5: resource "panos_panorama_security_policy" "TSA_FIREWALL_POLICIES" {&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 23:06:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/unable-to-commit-anything-to-panorama-via-terraform-after-pan-os/m-p/483718#M3012</guid>
      <dc:creator>morahman</dc:creator>
      <dc:date>2022-04-28T23:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to commit anything to Panorama via Terraform after PAN-OS upgrade to 10.1.5-h1.</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/unable-to-commit-anything-to-panorama-via-terraform-after-pan-os/m-p/483719#M3013</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Error: The request could not be handled&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 23:06:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/unable-to-commit-anything-to-panorama-via-terraform-after-pan-os/m-p/483719#M3013</guid>
      <dc:creator>morahman</dc:creator>
      <dc:date>2022-04-28T23:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to commit anything to Panorama via Terraform after PAN-OS upgrade to 10.1.5-h1.</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/unable-to-commit-anything-to-panorama-via-terraform-after-pan-os/m-p/508048#M3063</link>
      <description>&lt;P&gt;I know this is an old thread but this is issue with the new version (same in 10.1.6). Solved by loading existing running config which ignores newly erroneous config, see&amp;nbsp;&lt;A href="https://live.paloaltonetworks.com/t5/general-topics/error-in-commit-after-upgrade-to-10-1-5-h1/td-p/479745" target="_blank"&gt;https://live.paloaltonetworks.com/t5/general-topics/error-in-commit-after-upgrade-to-10-1-5-h1/td-p/479745&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 06:48:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/unable-to-commit-anything-to-panorama-via-terraform-after-pan-os/m-p/508048#M3063</guid>
      <dc:creator>SimonT</dc:creator>
      <dc:date>2022-07-06T06:48:20Z</dc:date>
    </item>
  </channel>
</rss>

