Skip to content
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

Error destroying resource "looker_user_attribute_group_value" #25

Closed
igat64 opened this issue Apr 8, 2022 · 7 comments
Closed

Error destroying resource "looker_user_attribute_group_value" #25

igat64 opened this issue Apr 8, 2022 · 7 comments

Comments

@igat64
Copy link

igat64 commented Apr 8, 2022

Hello. Using provider version 0.8.5 we meet an error when running terraform destroy.

Output:

looker_user_attribute_group_value.test: Destroying... [id=97:20]
╷
│ Error: EOF
│ 
│ 
╵

Terraform example:

resource "looker_group" "test" {
  name = "testing"
}
resource "looker_user_attribute" "test" {
  name  = "testing"
  type  = "string"
  label = "testing"
}
resource "looker_user_attribute_group_value" "test" {
  group_id          = looker_group.test.id
  user_attribute_id = looker_user_attribute.test.id
  value             = "test"
}
@hirosassa
Copy link
Owner

@igat64 Thank you for reporting this issue. I'm currently busy and will take a look on this weekend.

@igat64
Copy link
Author

igat64 commented Apr 15, 2022

@hirosassa Thank you for the feedback. Looking forward to any updates.

@igat64
Copy link
Author

igat64 commented Apr 27, 2022

Hey @hirosassa team. Is there any news?

@hirosassa
Copy link
Owner

@igat64 Sorry for being late. I found several updates on the Looker Go SDK.
ref: looker-open-source/sdk-codegen#1054

I'll try newer version.
I think I'll fix this issue till next Tuesday.

@hirosassa hirosassa mentioned this issue May 3, 2022
5 tasks
@hirosassa
Copy link
Owner

@igat64 Sorry for being late (again), I examined the issue deeply and found Looker Go SDK bug.
I created the PR on the SDK repo.
looker-open-source/sdk-codegen#1074

Also I'm trying to fix this provider in #27 .

@hirosassa
Copy link
Owner

@igat64 Sorry for late response.
This problem is fixed in #27
Please try v0.8.6.

@igat64
Copy link
Author

igat64 commented Jun 29, 2022

The issue is fixed in v0.8.6 👍
Thank you @hirosassa !

@igat64 igat64 closed this as completed Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants