Open
Description
Documentation Link(s)
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