DrFaust92 / terraform-provider-bitbucket

Terraform Bitbucket Cloud provider.
https://registry.terraform.io/providers/drfaust92/bitbucket
Mozilla Public License 2.0
36 stars 29 forks source link

Add repository data source. #213

Open jedesroches opened 1 week ago

jedesroches commented 1 week ago

This PR tries to add a minimal data source for repositories, for cases where we want to administer deployments and variables but not actual repositories that may have been created some other way.

I've never written go in my life before this though, so hopefully I haven't made any big mistakes.

Cheers!

jedesroches commented 1 week ago

This (probably) fixes #203 which I also happen to need :)