Skip to content

Commit

Permalink
Adding a small note to the docs for db_parameter_group to show it nee…
Browse files Browse the repository at this point in the history
…ds to be lowercase. The use of UpperCase characters will continually show changes to the resource
  • Loading branch information
stack72 committed Sep 18, 2015
1 parent a7a7f83 commit 3937ef8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ The following arguments are supported:
* `description` - (Required) The description of the DB parameter group.
* `parameter` - (Optional) A list of DB parameters to apply.

~> **NOTE:** `name` needs to be an alphanumeric, lowercase string and less than 255 characters. The use of uppercase characters in the string may cause terraform to continually show changes to the db_parameter_group.

Parameter blocks support the following:

* `name` - (Required) The name of the DB parameter.
Expand Down

0 comments on commit 3937ef8

Please sign in to comment.