Skip to content

Commit

Permalink
docs: fix broken example code for aws_pipes_pipe (#38871)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfreitag authored Aug 14, 2024
1 parent 6fa269f commit fa57128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/pipes_pipe.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ resource "aws_pipes_pipe" "example" {
}
target_parameters {
sqs_queue {
sqs_queue_parameters {
message_deduplication_id = "example-dedupe"
message_group_id = "example-group"
}
Expand Down

0 comments on commit fa57128

Please sign in to comment.