Skip to content

Commit

Permalink
Fix connection_name parameter sql_database_instance docs
Browse files Browse the repository at this point in the history
connection_name is a read only parameter that was added in hashicorp#406.
  • Loading branch information
Tom Elliff committed Jun 13, 2018
1 parent d4b4436 commit 60323c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/sql_database_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ 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 Expand Up @@ -224,6 +222,8 @@ exported:
is to support accessing the [first address in the list in a terraform output](https://github.com/terraform-providers/terraform-provider-google/issues/912)
when the resource is configured with a `count`.

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

* `ip_address.0.ip_address` - The IPv4 address assigned.

* `ip_address.0.time_to_retire` - The time this IP address will be retired, in RFC
Expand Down

0 comments on commit 60323c1

Please sign in to comment.