jfrog / terraform-provider-xray

Terraform provider to manage JFrog Xray
https://jfrog.com/xray/
Apache License 2.0
151 stars 12 forks source link

Re-work DB sync time resource implementation #37

Closed danielmkn closed 2 years ago

danielmkn commented 2 years ago

Based on the community contribution we need to re-work the implementation of xray_settings resource, which provides DB sync time updates. The object can't be deleted or created, it exists in the Xrya instance by default. Based on this we need to change the behavior of Create and Delete functions.

danielmkn commented 2 years ago

Not implementing.