Skip to content

Commit 85df181

Browse files
committed
Correct aws_quicksight_data_set custom_sql documentation
Closes hashicorp#30742
1 parent cea654b commit 85df181

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changelog/30742.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_quicksight_data_set: Correct custom_sql documentation
3+
```

website/docs/r/quicksight_data_set.html.markdown

+3-2
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,13 @@ The following arguments are optional:
187187
For a `physical_table_map` item to be valid, only one of `custom_sql`, `relational_table`, or `s3_source` should be configured.
188188

189189
* `physical_table_map_id` - (Required) Key of the physical table map.
190-
* `custom_sql` - (Optional) A physical table type built from the results of the custom SQL query. See [custom_sql](#custom_sq1).
190+
* `custom_sql` - (Optional) A physical table type built from the results of the custom SQL query. See [custom_sql](#custom_sql).
191191
* `relational_table` - (Optional) A physical table type for relational data sources. See [relational_table](#relational_table).
192192
* `s3_source` - (Optional) A physical table type for as S3 data source. See [s3_source](#s3_source).
193193

194-
### custom_sq1
194+
### custom_sql
195195

196+
* `data_source_arn` - (Required) ARN of the data source.
196197
* `name` - (Required) Display name for the SQL query result.
197198
* `sql_query` - (Required) SQL query.
198199
* `columns` - (Optional) Column schema from the SQL query result set. See [columns](#columns).

0 commit comments

Comments
 (0)