Skip to content

Commit

Permalink
Export connection_name on sql instance resource (hashicorp#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanj committed Sep 12, 2017
1 parent 189701d commit 5fcf953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/r/sql_database_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ The following arguments are supported:

- - -

* `connection_name` - (Optional) The connection name of the instance to be used in connection strings.

* `database_version` - (Optional, Default: `MYSQL_5_6`) The MySQL version to
use. Can be `MYSQL_5_6`, `MYSQL_5_7` or `POSTGRES_9_6` for second-generation
instances, or `MYSQL_5_5` or `MYSQL_5_6` for first-generation instances.
Expand Down

0 comments on commit 5fcf953

Please sign in to comment.