hashicorp / terraform-provider-bitbucket

This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://registry.terraform.io
Mozilla Public License 2.0
32 stars 105 forks source link

Add Data Source: terraform_repository #64

Open four43 opened 4 years ago

four43 commented 4 years ago

This is a nice to have so we don't have to initially create our repo in bitbucket. Usually devs create a repo then our ops team helps with setting up CI/CD to an existing repo.

This is my first Go code/mod - please feel free to make suggestions.

Also it could probably use some more test coverage. The other data source didn't have any, but we should probably get some going. That might be my next task.