-
Notifications
You must be signed in to change notification settings - Fork 110
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
receieved "error reading from server" while trying to refresh #1189
Comments
@madelaney Thanks for the report! I've added this to our plan to investigate and fix. Can you share a sample of your TF configuration for this repo? So far I have not been able to reproduce this issue. |
@alexhung , I'll was trying to get one for you but I think this was actually a result of a corrupted terraform state file. I say that because while debugging further, I found this log entry:
The repo ( I manually created the repo in artifactory, then re-ran I was able to create a some steps to reproduce (this is not how I got the error originally but this is how I can reproduce the error message):
I should also note that if I remove the stanza that creates the repository the error does not go away. The only way for me to clear the error is to manually create the repository in artifactory or use |
…sing-repo Fix unable to refresh missing repo
Describe the bug
While trying to remove a (git-lfs) repository from Artifactory via the terraform provider, I started to receive the message:
If I enable
TF_LOG
I see the following:Artifactory version:
Terraform Version:
Requirements for and issue
curl
it at$host/artifactory/api/system/version
Expected behavior
This is from a
terraform refresh
, I would expect this to update the local state file.Additional context
N/A
The text was updated successfully, but these errors were encountered: