PaloAltoNetworks / terraform-provider-panos

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

Panos Provider crashing when trying to add general settings. #335

Open ngwaalain opened 2 years ago

ngwaalain commented 2 years ago

Describe the bug

Panos provider keeps crashing when trying to push general settings via terraform codes with the following error: Error: rpc error: code = Canceled desc = context canceled

Expected behavior

It should validate the plan and apply changes without timing out or giving and error.

Current behavior

Unable to connect apply changes.

It times out with the error: rpc error: code = Canceled desc = context canceled

Possible solution

Steps to reproduce

1. 2. 3. 4.

Screenshots

Screen Shot 2022-04-07 at 10 16 46 PM

Context

Your Environment

Engineering, Development and Production.

welcome-to-palo-alto-networks[bot] commented 2 years ago

:tada: Thanks for opening your first issue here! Welcome to the community!

ngwaalain commented 2 years ago

Please do we have an update with this issue?

Jamie-Leon commented 2 years ago

@ngwaalain what version of Terraform do you use?

shinmog commented 2 years ago

It looks like network errors to me, and nothing to do with the provider.....?? If you enable all debugging for the provider (enable "send" and "receive" logging in your provider block) then tell Terraform to log everything by using the `TF_LOG environment variable you should get more info:

TF_LOG=debug terraform apply