forked from aeirola/terraform-provider-bitbucket
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty summary when importing an existing repository or project #175
Comments
I have the same problem. I use Terraform from the official Versions:
My configuration (I replaced the real workspace name with
The whole
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
Terraform v1.5.7
on darwin_arm64
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
The repository should be imported
Actual Behavior
The repository isn't imported with error message
Error: Empty Summary: This is always a bug in the provider and should be reported to the provider developers.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
export BITBUCKET_USERNAME=my_username
export BITBUCKET_PASSWORD=my_password
terraform init
terraform import bitbucket_repository.terraform the-owner/terraform
Additional information
I hid my owner and repository name. They are actually just lowercase string without any special characters.
The text was updated successfully, but these errors were encountered: