<?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 Terraform Resource &amp;quot;Panos_security_policy&amp;quot; and the Warning listed for it. in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/terraform-resource-quot-panos-security-policy-quot-and-the/m-p/529380#M3307</link>
    <description>&lt;P&gt;Hello All, I'm trying to use the above Terraform resource for testing and was confused by the warning that is listed on the Registry (Hashicorp) page associated with this resource. It says, that "&lt;SPAN&gt;: This resource will remove any security rule not defined in this resource."&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what the * ?&amp;nbsp; Will it remove all the existing rules that are on the firewall ?&amp;nbsp; i hope not. But it is not clear to me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What i understand from this warning is that all rules will be removed from firewall, except the one that i create using this terraform resource. Is that correct ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To see the warning, you can use this link below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/security_policy" target="_blank"&gt;https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/security_policy&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My main concern is that i want to use this resource to create new rules and still have my existing rules in place with no affect to them. Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 22:28:52 GMT</pubDate>
    <dc:creator>ShafieAfridi</dc:creator>
    <dc:date>2023-01-31T22:28:52Z</dc:date>
    <item>
      <title>Terraform Resource "Panos_security_policy" and the Warning listed for it.</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/terraform-resource-quot-panos-security-policy-quot-and-the/m-p/529380#M3307</link>
      <description>&lt;P&gt;Hello All, I'm trying to use the above Terraform resource for testing and was confused by the warning that is listed on the Registry (Hashicorp) page associated with this resource. It says, that "&lt;SPAN&gt;: This resource will remove any security rule not defined in this resource."&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what the * ?&amp;nbsp; Will it remove all the existing rules that are on the firewall ?&amp;nbsp; i hope not. But it is not clear to me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What i understand from this warning is that all rules will be removed from firewall, except the one that i create using this terraform resource. Is that correct ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To see the warning, you can use this link below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/security_policy" target="_blank"&gt;https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/security_policy&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My main concern is that i want to use this resource to create new rules and still have my existing rules in place with no affect to them. Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 22:28:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/terraform-resource-quot-panos-security-policy-quot-and-the/m-p/529380#M3307</guid>
      <dc:creator>ShafieAfridi</dc:creator>
      <dc:date>2023-01-31T22:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform Resource "Panos_security_policy" and the Warning listed for it.</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/terraform-resource-quot-panos-security-policy-quot-and-the/m-p/529448#M3308</link>
      <description>&lt;P&gt;&lt;CODE&gt;panos_security_rule_group&lt;/CODE&gt; is &lt;A href="https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/security_rule_group" target="_self"&gt;right over there&lt;/A&gt; for this use case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;panos_security_policy&lt;/CODE&gt; is if your use case is "these rules and ONLY these rules."&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 11:07:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/terraform-resource-quot-panos-security-policy-quot-and-the/m-p/529448#M3308</guid>
      <dc:creator>gfreeman</dc:creator>
      <dc:date>2023-02-01T11:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform Resource "Panos_security_policy" and the Warning listed for it.</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/terraform-resource-quot-panos-security-policy-quot-and-the/m-p/529491#M3309</link>
      <description>&lt;P&gt;Thanks for pointing that out. I was not sure since it says "group" and i only wanted to test a single firewall rule (not a group of rules).&amp;nbsp; Earlier I used the Ansible task "panos_security_rule" so i was thinking may be the Terraform resource would be named similarly. But i guess naming convention is not same for Terraform and Ansible modules.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 15:38:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/terraform-resource-quot-panos-security-policy-quot-and-the/m-p/529491#M3309</guid>
      <dc:creator>ShafieAfridi</dc:creator>
      <dc:date>2023-02-01T15:38:48Z</dc:date>
    </item>
  </channel>
</rss>

