PaloAltoNetworks / pan-os-codegen

Generator for pango SDK and panos Terraform Provider
MIT License
4 stars 0 forks source link

Timeouts (requires DiffSuppress strings) #75

Open migara opened 5 months ago

migara commented 5 months ago

We can control the timeouts at a resource level, changing these timeout values shouldn't detect as a state diff

shinmog commented 5 months ago

Assuming we are not pursuing diff suppress anymore as it is mentioned in #76 then we should probably use the standard library HashiCorp has for timeouts:

https://github.com/hashicorp/terraform-plugin-framework-timeouts

That being said, I don't think standard resources need timeouts. Only uuid-style resources, panos_address_objects, panos_service_objects (if that was going to exist, I don't know), and any other specialty resources or data sources. One such data source that comes to mind is the one to export the tech support file.