PaloAltoNetworks / terraform-provider-panos

Terraform Panos provider
https://www.terraform.io/docs/providers/panos/
Mozilla Public License 2.0
87 stars 71 forks source link

Support Panorama and Device Config: General settings #269

Open JacobSpeckman opened 3 years ago

JacobSpeckman commented 3 years ago

Please Support:

ba31 commented 2 years ago

Are there any plan to add this capability in upcoming releases?

ahmutysj3 commented 4 months ago

any updates on this?

JacobSpeckman commented 4 months ago

Wow this is old man, was from my last job over 3 years ago. I hope by now they support this.

On Wed, Apr 10, 2024, 7:34 PM trace ahmuty @.***> wrote:

any updates on this?

— Reply to this email directly, view it on GitHub https://github.com/PaloAltoNetworks/terraform-provider-panos/issues/269#issuecomment-2048648804, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEXRHSLHNVCFK5OOUNJ2NLDY4XLCRAVCNFSM4Y6QF4T2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBUHA3DIOBYGA2A . You are receiving this because you authored the thread.Message ID: @.*** com>

JacobSpeckman commented 4 months ago

Looks like some of it was added in template I know they changed the license were some of it dose not matter as much.. https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/panorama_template

On Wed, Apr 10, 2024, 7:36 PM Jacob Speckman @.***> wrote:

Wow this is old man, was from my last job over 3 years ago. I hope by now they support this.

On Wed, Apr 10, 2024, 7:34 PM trace ahmuty @.***> wrote:

any updates on this?

— Reply to this email directly, view it on GitHub https://github.com/PaloAltoNetworks/terraform-provider-panos/issues/269#issuecomment-2048648804, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEXRHSLHNVCFK5OOUNJ2NLDY4XLCRAVCNFSM4Y6QF4T2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBUHA3DIOBYGA2A . You are receiving this because you authored the thread.Message ID: @.*** com>

ntwrkguru commented 4 months ago

Looks like the following are now supported:

@ahmutysj3 are there specific fields you need first?

ahmutysj3 commented 4 months ago

@ntwrkguru those would be the fields that I was needing (+ login-banner would be nice) but unfortunately the panos_general_settings resource appears to not be compatible with Panoramas as of today @JacobSpeckman .


│ Error: This is a firewall resource, but encountered a Panorama system
│ 
│   with module.global_pano_resources.panos_general_settings.this,
│   on modules/global/main.tf line 38, in resource "panos_general_settings" "this":
│   38: resource "panos_general_settings" "this" {
│ 
ntwrkguru commented 4 months ago

So you want to set the firewall's general settings via a Panorama template, correct?

ahmutysj3 commented 4 months ago

In this case, I was actually looking to set the Panorama general settings via the panos_general_settings resource. My next step was going to be to dealing with setting the firewall's general settings via the Panorama template but I see that there is no template/template stack argument available.