terraform-provider-bitbucket
terraform-provider-bitbucket copied to clipboard
Repository data source
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!
Found the repo id's through the bitbucket api. it was {uuid of workspace}/{uuid of repo}. The brackets {} are required