Skip to content

Commit 45653ef

Browse files
Add optional instance identifier parameter for RDS connection in QuickSight data source documentation
1 parent 793bac2 commit 45653ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/docs/cdktf/python/r/quicksight_data_source.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ To specify data source connection parameters, exactly one of the following sub-o
295295
### rds Argument Reference
296296

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

300300
### redshift Argument Reference
301301

website/docs/cdktf/typescript/r/quicksight_data_source.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ To specify data source connection parameters, exactly one of the following sub-o
324324
### rds Argument Reference
325325

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

329329
### redshift Argument Reference
330330

website/docs/r/quicksight_data_source.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ To specify data source connection parameters, exactly one of the following sub-o
264264
### rds Argument Reference
265265

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

269269
### redshift Argument Reference
270270

0 commit comments

Comments
 (0)