Merge pull request #4492 from hashicorp/f-sns-display-name-docs

provider/aws: Document `display_name` on SNS Topic
This commit is contained in:
James Nugent 2016-01-04 11:13:29 -05:00
commit 940ed84685

View File

@ -23,6 +23,7 @@ resource "aws_sns_topic" "user_updates" {
The following arguments are supported:
* `name` - (Required) The friendly name for the SNS topic
* `display_name` - (Optional) The display name for the SNS topic
* `policy` - (Optional) The fully-formed AWS policy as JSON
* `delivery_policy` - (Optional) The SNS delivery policy