hirosassa / terraform-provider-looker

Terraform Provider for managing Looker
https://registry.terraform.io/providers/hirosassa/looker/latest
MIT License
20 stars 13 forks source link

Implement `looker_user_attribute_group_value` resource #16

Closed igat64 closed 2 years ago

igat64 commented 2 years ago

In Looker UI it is possible to set the value of user attribute for a group (see the screenshot). Currently, this provider doesn't allow to achieve the same result in Terraform. This PR aims to improve it to support the given use case in our organization.

image

hirosassa commented 2 years ago

@igat64 Thanks for your contribution! I'll take a look this weekend 👍

igat64 commented 2 years ago

@igat64 Thanks for your contribution! I'll take a look this weekend 👍

Thanks, @hirosassa! Did you have a chance to take a look?

igat64 commented 2 years ago

@igat64 LGTM!

Great! When can we expect the new provider version to be deployed to the registry?

hirosassa commented 2 years ago

@igat64 I'll release now. Please wait a minutes.

hirosassa commented 2 years ago

@igat64 Released! 🎉 https://registry.terraform.io/providers/hirosassa/looker/0.8.1?pollNotifications=true

igat64 commented 2 years ago

@igat64 Released! 🎉 https://registry.terraform.io/providers/hirosassa/looker/0.8.1?pollNotifications=true

Perfect! Thank you.