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

Repository data source #203

Open brecht-vermeersch opened 1 month ago

brecht-vermeersch commented 1 month ago

I want to terraform deployment variables for already created repositories. Is it possible to add a data source for repositories?

Where can I find the repo id in the meantime?

Thanks for the great work already!

brecht-vermeersch commented 1 month ago

Found the repo id's through the bitbucket api. it was {uuid of workspace}/{uuid of repo}. The brackets {} are required