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

making panos_ipsec_tunnel resources importable #319

Open riege-ramann opened 2 years ago

riege-ramann commented 2 years ago

Describe the solution you'd like

it would be nice to have to option to import the panos_ipsec_tunnel resource.

Describe alternatives you've considered

I do not know of any alternatives.

Additional context

our company has multiple PaloAltos in use and recently started with terraform. Now we want to manage the paloaltos via terraform, therefore I'm importing all resources. Having the option to import ipsec tunnel would be very nice.

shinmog commented 2 years ago

The mk_auth_type field is encrypted, which prevents importing this resource.

riege-ramann commented 2 years ago

What would be the best alternative then?