hashicorp/terraform-provider-aws
[Docs]: quicksight_data_source
Aberta
#41.672 aberto em 5 de mar. de 2025
documentationgood first issueservice/quicksight
Métricas do repositório
- Stars
- (11.045 estrelas)
- Métricas de merge de PR
- (Mesclagem média 19d 21h) (251 fundiu PRs em 30d)
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