gavinbunney / terraform-provider-bitbucketserver

Terraform provider for Bitbucket Server Management
https://registry.terraform.io/providers/gavinbunney/bitbucketserver/latest
Mozilla Public License 2.0
29 stars 33 forks source link

Fix zero required approvals being ignored #15

Closed Kamahl19 closed 4 years ago

Kamahl19 commented 4 years ago

When setting requiredApprovals to 0, it's being omitted when converting to buffer and BB API returns error because that field is required.

Kamahl19 commented 4 years ago

@gavinbunney Hi, could you also please take a look on this? I also added a test for this bug

Kamahl19 commented 4 years ago

The TestAccBitbucketPluginConfig is really flaky. Failing here again