provider/aws: Document `display_name` on SNS Topic

Fixes #3799
pull/4492/head
James Nugent 11 years ago
parent 8458661080
commit e22376f6a0

@ -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

Loading…
Cancel
Save