Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update RDS Identifier reference in QuickSight data source documentation #41749

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ To specify data source connection parameters, exactly one of the following sub-o
### rds Argument Reference

* `database` - (Required) The database to which to connect.
* `instance_id` - (Optional) The instance ID to which to connect.
* `instance_id` - (Optional) The instance Identifier to which to connect.

### redshift Argument Reference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ To specify data source connection parameters, exactly one of the following sub-o
### rds Argument Reference

* `database` - (Required) The database to which to connect.
* `instanceId` - (Optional) The instance ID to which to connect.
* `instanceId` - (Optional) The instance Identifier to which to connect.

### redshift Argument Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/quicksight_data_source.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ To specify data source connection parameters, exactly one of the following sub-o
### rds Argument Reference

* `database` - (Required) The database to which to connect.
* `instance_id` - (Optional) The instance ID to which to connect.
* `instance_id` - (Optional) The instance Identifier to which to connect.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't "ID" already shorthand for "identifier"?

I've read the linked issue and still am unclear on the issue with the current description. Could you clarify what the this change is intended to address?


### redshift Argument Reference

Expand Down
Loading