terraform-provider-bitbucket icon indicating copy to clipboard operation
terraform-provider-bitbucket copied to clipboard

Repository data source

Open brecht-vermeersch opened this issue 9 months ago • 1 comments

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 avatar May 09 '24 06:05 brecht-vermeersch

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

brecht-vermeersch avatar May 09 '24 13:05 brecht-vermeersch