terraform-provider-bitbucket
terraform-provider-bitbucket copied to clipboard
Add deploy keys and user SSH keys resources
This pull request adds bitbucket_repository_deploy_key
resource for adding deploy keys to a repository, and bitbucket_user_ssh_key
for adding SSH keys to a user.
It works very well in conjunction with the tls_private_key
resource.