Skip to content

Commit

Permalink
fixup! Add a resource to allow setting SNS SMS preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor H. Perkins committed May 29, 2018
1 parent 13ee7b1 commit 74e8623
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ BUG FIXES:
* resource/aws_budgets_budget: Force new resource when updating `name` [GH-4656]
* resource/aws_dms_endpoint: Additionally specify MongoDB connection info in the top-level API namespace to prevent issues connecting [GH-4636]
* resource/aws_rds_cluster: Prevent additional retry error during S3 import for IAM/S3 eventual consistency [GH-4683]
* resource/aws_sns_sms_preferences: Properly add SNS preferences to website docs [GH-4694]

## 1.20.0 (May 23, 2018)

Expand Down
4 changes: 4 additions & 0 deletions website/aws.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1893,6 +1893,10 @@
<a href="/docs/providers/aws/r/sns_platform_application.html">aws_sns_platform_application</a>
</li>

<li<%= sidebar_current("docs-aws-resource-sns-sms-preferences") %>>
<a href="/docs/providers/aws/r/sns_sms_preferences.html">aws_sns_sms_preferences</a>
</li>

<li<%= sidebar_current("docs-aws-resource-sns-topic") %>>
<a href="/docs/providers/aws/r/sns_topic.html">aws_sns_topic</a>
</li>
Expand Down

0 comments on commit 74e8623

Please sign in to comment.