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

Missing arguments after import #280

Open trois-six opened 3 years ago

trois-six commented 3 years ago

Describe the bug

Hello!,

Working on https://github.com/GoogleCloudPlatform/terraformer/pull/939, I discovered that a number of resources have bugs after import.

Expected behavior

The provider should import all attributes, or at least the required attributes.

Current behavior

I encountered these bugs:

Possible solution

Set these attributes on import.

Steps to reproduce

$ terraform import ... ...
$ terraform state show ...

Context

Development of the Terraformer provider for panos. Dedicated commit to create workarounds for this issue: https://github.com/GoogleCloudPlatform/terraformer/pull/939/commits/4f5a6a8d9ff3d2ba0027dfa50c4f49d391f1c23b.

riege-burghardt commented 2 years ago

protocol import is missing in panos_ipsec_crypto_profile as well.

morsik commented 7 months ago

Any update on this?