Skip to content

Commit

Permalink
docs/resource/aws_iot_topic_rule: Use latest SQL version in example (#…
Browse files Browse the repository at this point in the history
…13037)

The SQL version listed here had a bunch of bugs resulting in data fields being lost. See https://docs.aws.amazon.com/iot/latest/developerguide/iot-rule-sql-version.html.
  • Loading branch information
jamescrowley authored Apr 28, 2020
1 parent e7eb0c7 commit 878d9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/iot_topic_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_iot_topic_rule" "rule" {
description = "Example rule"
enabled = true
sql = "SELECT * FROM 'topic/test'"
sql_version = "2015-10-08"
sql_version = "2016-03-23"
sns {
message_format = "RAW"
Expand Down

0 comments on commit 878d9c2

Please sign in to comment.