diff --git a/website/source/docs/providers/aws/r/sns_topic.html.markdown b/website/source/docs/providers/aws/r/sns_topic.html.markdown index 62a3c23f74..b17d5536fd 100644 --- a/website/source/docs/providers/aws/r/sns_topic.html.markdown +++ b/website/source/docs/providers/aws/r/sns_topic.html.markdown @@ -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