Skip to content

Commit

Permalink
docs(mysql): Edit the server_role description
Browse files Browse the repository at this point in the history
  • Loading branch information
youngmn authored and wonchulee committed Jan 25, 2024
1 parent f25cb93 commit a7e47a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This data source exports the following attributes in addition to the arguments a
* `mysql_server_list` The list of MySQL server instance.
* `server_instance_no` - Server instance number.
* `server_name` - Name of the server.
* `server_role` - Server role.
* `server_role` - Server role code. ex) M(Master), H(Standby Master)
* `zone_code` - Zone code.
* `subnet_no` - The ID of the associated Subnet.
* `product_code` - Product code.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ In addition to all arguments above, the following attributes are exported
* `mysql_server_list` - The list of the MySQL server.
* `server_instance_no` - Server instance number.
* `server_name` - Server name.
* `server_role` - Member or Arbiter or Mongos or Config.
* `server_role` - Server role code. ex) M(Master), H(Standby Master)
* `zone_code` - Zone code.
* `subnet_no` - The ID of the associated Subnet.
* `product_code` - Product code.
Expand Down

0 comments on commit a7e47a1

Please sign in to comment.