-
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
"aws_quicksight_user" resource doesn't allow custom namespace #21166
Comments
Hey @YuriGal 👋 Thank you for taking the time to file this issue. I took a look over the relevant CLI, API, and Go SDK documents for this, and it looks like this is a limitation of the underlying API. In each of the linked documents, it has a similar note for
Since this is a limitation of the API, I'm going to close this issue for now. If this becomes available in the API at a later date, we can look into adding the functionality to the provider. |
@justinretzolk thanks for getting back to me! I thought it was API limitation too (looking at these docs), but then I followed this guide in my research and it does use following CLI command:
It uses custom namespace - and I tried it - and it does work. |
Hey @YuriGal; thanks so much for that update. With that in mind, I'm going to reopen this so that we can look into it a bit more when time permits. |
This functionality has been released in v4.6.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Terraform CLI and Terraform AWS Provider Version
Terraform v1.0.8
on darwin_amd64
provider registry.terraform.io/hashicorp/aws v3.60.0
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
User should be created in the namespace "NewOrg"
Actual Behavior
Error message: "expected namespace to be one of [default], got NewOrg"
Steps to Reproduce
Just try to create a quicksight user in any namespace besides default.
AWS API (i.e. CLI
aws quicksight register-user --namespace
) does support registering user in a different namespace. Could you make this available in the provider as well?The text was updated successfully, but these errors were encountered: