Skip to content

Commit

Permalink
fix some grammar issues / extra newline / type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken-Sumi1019 committed Nov 6, 2022
1 parent 90ae6f8 commit 5453df0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/docs/d/tables.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ layout: "mysql"
page_title: "MySQL: mysql_tables"
sidebar_current: "docs-mysql-datasource-tables"
description: |-
Get tables on a MySQL server.
Gets tables on a MySQL server.
---

# Data Source: mysql\_tables

The ``mysql_tables`` get tables on a MySQL
The ``mysql_tables`` gets tables on a MySQL
server.

## Example Usage
Expand All @@ -24,11 +24,10 @@ data "mysql_tables" "app" {
The following arguments are supported:

* `database` - (Required) The name of the database.

* `pattern` - (Optional) Patterns for searching tables.

## Attributes Reference

The following attributes are exported:

* `tabels` - The list of the table names.
* `tables` - The list of the table names.

0 comments on commit 5453df0

Please sign in to comment.