[Enhancement]: Add support for identity_center_configuration for redshift datasource #38347
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/quicksight
Issues and PRs that pertain to the quicksight service.
Description
When creating a datasource from redshift to quicksight, the user has the option to enable the Identity Center Configuration, so that no user or password for the datasource has to be provided. This is documented here: https://docs.aws.amazon.com/quicksight/latest/APIReference/API_IdentityCenterConfiguration.html
This parameter is not available in https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_data_source#redshift-argument-reference
Requested Resource(s) and/or Data Source(s)
aws_quicksight_data_source
Potential Terraform Configuration
Desired config:
Most probably here to be implemented/changed:
terraform-provider-aws/internal/service/quicksight/data_source.go
Line 362 in 0660f7d
Most probably also the cluster_id validation, to check if its not null should be changed. Redshift serverless does not have a cluster_id
References
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_IdentityCenterConfiguration.html
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: