hashicorp / terraform-provider-bitbucket

This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://registry.terraform.io
Mozilla Public License 2.0
32 stars 105 forks source link

Removed omitempty, as it caused HTTP 400s when bools were false. #49

Closed zshift closed 4 years ago

zshift commented 4 years ago

Sample showing why omitempty was removed https://goplay.space/#3yw8DItT_sW

I ran into HTTP 400s when setting SkipCertVerification to false, because this property was not being sent in the payload to bitbucket. This PR fixes this error by always sending the parameters, even when false.