-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[Bug]: aws_quicksight_folder folder permissions #32680
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hey @rhiser 👋 Thank you for taking the time to raise this! It looks like this error is coming from the AWS API itself. Looking at your example of a similar action from the AWS CLI, I'm not sure that it's comparable to what you're trying to accomplish with Terraform. Looking at the error message, the
The former is what you used when successfully using the AWS CLI, and the latter of the two is what's used in the |
Hi, It is true that API itself expects a predefined set of permissions. But I am facing the same issue when I want to change the folder permission from as tf tries to delete the existing permissions excluding quicksight:DescribeFolder and runs into same issue. module.quicksight.aws_quicksight_folder.departments["XXXX"] will be updated in-place
│ Error: updating QuickSight Folder (XXXX) permissions: InvalidParameterValueException: ResourcePermission list contains unsupported permission sets [quicksight:CreateFolderMembership, quicksight:CreateFolder, quicksight:UpdateFolderPermissions, quicksight:UpdateFolder, quicksight:DeleteFolder, quicksight:DeleteFolderMembership, quicksight:DescribeFolderPermissions] for this resource. Valid sets : [quicksight:DescribeFolder] or [quicksight:CreateFolder, quicksight:DescribeFolder, quicksight:UpdateFolder, quicksight:DeleteFolder, quicksight:CreateFolderMembership, quicksight:DeleteFolderMembership, quicksight:DescribeFolderPermissions, quicksight:UpdateFolderPermissions] |
Hi, Do we have any update on the issue?
|
I also face the same issue when permitting Topic I get the error as above for Topic |
Terraform Core Version
1.5.0
AWS Provider Version
5.9.0
Affected Resource(s)
Expected Behavior
Resource
aws_quicksight_folder
and the objectpermissions
should allow for more customized list of actions.Actual Behavior
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
I was able to update the folder permissions using AWS Api successfully.
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: