jfrog / terraform-provider-xray

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

Remove default values from op_risk_custom criteria #140

Closed alexhung closed 1 year ago

alexhung commented 1 year ago

So they will be default to Golang default value (0) which in combination of 'omitempty', will mean they are not sent to API if not specify in HCL. This will allow the attribute/setting to be unset.

Close #138