jfrog / terraform-provider-xray

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

GH-56 configure worker count #68

Closed alexhung closed 2 years ago

alexhung commented 2 years ago

Closes #56

Workers Count can only be updated so the resource only support read and update. It throws errors when attempting to create or delete. For same reason, it's impossible to test the update with acceptance tests since TF framework doesn't support faking the TF state for tests.