Skip to content

Commit

Permalink
Added user label support in sql_database_instance (hashicorp#1372) (h…
Browse files Browse the repository at this point in the history
…ashicorp#1567)

* Added user label support in sql_database_instance (hashicorp#1372)

* Fixes hashicorp#1372
  • Loading branch information
ortaman authored and rosbo committed May 30, 2018
1 parent 0448a4b commit 2af5dcc
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 @@ -124,6 +124,8 @@ The required `settings` block supports:
* `replication_type` - (Optional) Replication type for this instance, can be one
of `ASYNCHRONOUS` or `SYNCHRONOUS`.

* `user_labels` - (Optional) A set of key/value user label pairs to assign to the instance.

The optional `settings.database_flags` sublist supports:

* `name` - (Optional) Name of the flag.
Expand Down

0 comments on commit 2af5dcc

Please sign in to comment.