terraform-provider-bitbucket
terraform-provider-bitbucket copied to clipboard
This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
Hey all, I seem to be getting 400 status codes when accessing an existing repository that was imported to this state. ### Terraform Version ``` Terraform v0.11.7 + provider.aws v1.25.0...
Hi, I think there is a problem with changing the owner of an repository! ### Terraform Version 0.11.1 ### Affected Resource(s) - bitbucket_repository ### Terraform Configuration Files before ```hcl resource...
### Terraform Version 0.10.7 ### Affected Resource(s) - bitbucket_repository ### Terraform Configuration Files ```hcl provider bitbucket { username = "my_username" password = "my_password" } resource bitbucket_repository "test" { owner =...
_This issue was originally opened by @ksatirli as hashicorp/terraform#9529. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ Hi there, I'm...