Closed BrianDMG closed 2 years ago
@BrianDMG Oh, this might be my fault of recent release. I'll fix and release immediately. Thanks for your report.
I was just about to start the process of submitting a PR, but if you can knock it out easier, that's great. Thanks for all your ongoing work on this, btw!
@BrianDMG
I was just about to start the process of submitting a PR
Oh, sounds great! Please go ahead! I'll review soon.
When trying to create a user_attribute_group_value object, I get the following error:
The group_id in question is from a group that is also defined in Terraform, so I am just using
looker_user_attribute.some_user_attribute.id
to reference it in the user attribute group value object. I have also tried using tonumber() to force it to show up as an int, and get the same error. 22 is the correct ID for the object referenced in the error.