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

QuickSight group membership #16609

Closed
with-joy opened this issue Dec 5, 2020 · 4 comments · Fixed by #20687
Closed

QuickSight group membership #16609

with-joy opened this issue Dec 5, 2020 · 4 comments · Fixed by #20687
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/quicksight Issues and PRs that pertain to the quicksight service.

Comments

@with-joy
Copy link
Contributor

with-joy commented Dec 5, 2020

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Potentially a new QuickSight resource to create group membership for a user.

New or Affected Resource(s)

  • aws_quicksight_group_membership

Potential Terraform Configuration

resource "aws_quicksight_group_membership" "example" {
  group_name = "tf-example"
  user_name  = "an-author"
}

References

https://docs.aws.amazon.com/cli/latest/reference/quicksight/create-group-membership.html

@with-joy with-joy added the enhancement Requests to existing resources that expand the functionality or scope. label Dec 5, 2020
@ghost ghost added the service/quicksight Issues and PRs that pertain to the quicksight service. label Dec 5, 2020
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Dec 5, 2020
@anGie44 anGie44 removed the needs-triage Waiting for first response or review from a maintainer. label Dec 5, 2020
@with-joy
Copy link
Contributor Author

with-joy commented Dec 7, 2020

@anGie44 , is it ok if I try to open a PR for this?

@anGie44
Copy link
Contributor

anGie44 commented Dec 7, 2020

Hi @with-joy , we certainly welcome a PR for this feature! Please note though this service is not at the forefront of the Provider roadmap (reference: https://github.com/hashicorp/terraform-provider-aws/blob/master/ROADMAP.md), and this feature request is still relatively new to have acquired more community interest, so it may be some time before your PR reaches our team's review cycle and this may entail a rebase here and there as the code base changes. With that said, if you are still inclined, please feel free to give it a go and we look forward to reviewing it in the future :)

@anGie44
Copy link
Contributor

anGie44 commented Sep 30, 2021

Hi @with-joy 👋 , noting here that the group membership resource been merged (#20687) and is available since v3.58.0 of the AWS Provider.

@github-actions
Copy link

github-actions bot commented Jun 5, 2022

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/quicksight Issues and PRs that pertain to the quicksight service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants