deploymenttheory / terraform-provider-jamfpro

Jamf Pro Terraform Provider/Plugin written with the TF Provider SDK v2. Written in go
Mozilla Public License 2.0
26 stars 9 forks source link

Update resource timeouts for all jamf pro resources #163

Closed ShocOne closed 4 months ago

ShocOne commented 4 months ago

timeouts have been set as follows:

Create: schema.DefaultTimeout(120 time.Second), Read: schema.DefaultTimeout(30 time.Second), Update: schema.DefaultTimeout(30 time.Second), Delete: schema.DefaultTimeout(15 time.Second),