documentationgood first issueservice/quicksight
Repository metrics
- Stars
- (11,045 stars)
- PR merge metrics
- (PR metrics pending)
Description
Documentation Link
Description
In the latest version of the Terraform AWS provider, the value for instance_id in the aws_quicksight_data_source resource is incorrectly described.
Currently, the documentation states that instance_id refers to the instance ID of an RDS database:
[instance_id](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_data_source#instance_id-2) - (Optional) The instance ID to which to connect.
However, in practice, Terraform expects the RDS Identifier (not the instance ID).
To prevent confusion, the documentation should be updated to:
[instance_id](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_data_source#instance_id-2) - (Optional) The instance Identifier to which to connect.
This clarification would align the documentation with the actual expected value and help avoid misconfiguration.
References
No response
Would you like to implement a fix?
None