hashicorp/terraform-provider-aws

[Docs]: quicksight_data_source

Aperta

#41.672 aperta il 5 mar 2025

 (4 commenti) (2 reazioni) (0 assegnatari)Go (10.312 fork)github user discovery
documentationgood first issueservice/quicksight

Metriche repository

Star
 (11.045 stelle)
Metriche merge PR
 (Merge medio 19g 21h) (251 PR mergiate in 30 g)

Descrizione

Documentation Link

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_data_source#rds-argument-reference

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

Guida contributor