jfrog / terraform-provider-xray

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

Remove default value for build_failure_grace_period_in_days, add vali… #30

Closed danielmkn closed 2 years ago

danielmkn commented 2 years ago

…dation API expects this value to only be set when fail_build is set to true. But because there isa default value of 3 and when a fail_build is set to false OR not set at all, it errors out. Copy of this PR with not signed CLA