zahiar / terraform-provider-bitbucket

Terraform Provider for Bitbucket Cloud
https://registry.terraform.io/providers/zahiar/bitbucket/latest
Mozilla Public License 2.0
19 stars 22 forks source link

GH-153 feat(repository): Added language property. #154

Closed Jamess-Lucass closed 1 year ago

Jamess-Lucass commented 1 year ago

Closes #153

While language could be validated by checking against all the current options Bitbucket allows, there are a lot of languages they accept and I think it's appropriate to let Bitbucket handle the validation on language and to let terraform handle that error as such.

For example, when I change the language to something like invalid-lang and then apply the terraform configuration, this is the response.

image

zahiar commented 1 year ago

I'll merge this in & run the acceptance tests myself