hashicorp/terraform-provider-aws

QuickSight reguires Admin or Admin Pro group

Open

#42,457 opened on May 2, 2025

 (2 comments) (1 reaction) (0 assignees)Go (10,310 forks)github user discovery
documentationgood first issueservice/quicksight

Repository metrics

Stars
 (11,045 stars)
PR merge metrics
 (PR metrics pending)

Description

Documentation Link(s)

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_account_subscription

Description

Terraform Version v1.11.4

Providers AWS v5.97.0

Affected Resources aws_quicksight_account_subscription

Issue Documentation states that "admin_group" is optional but required if the authentication method "ACTIVE_DIRECTORY" is selected.

Terraform encounters an error when creating an aws_quicksight_account_subscription with the authentication method = "IAM_IDENTITY_CENTER" and no "admin_group" argument provided.

Specific Error InvalidParameterValueException: One or more required attributes for identity center are missing: Admin or Admin Pro group.

Requested Changes Identify all cases when the admin_group argument is required and also add the admin_pro group to the list of arguments.

References

No response

Would you like to implement a fix?

No

Contributor guide