Skip to content

Commit

Permalink
Merge pull request #34495 from martinrw/main
Browse files Browse the repository at this point in the history
fix broken example in dms_replication_config.html.markdown
  • Loading branch information
ewbankkit authored Nov 21, 2023
2 parents ef56e5c + 184259b commit 8ae0507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/dms_replication_config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "aws_dms_replication_config" "name" {
target_endpoint_arn = aws_dms_endpoint.target.endpoint_arn
table_mappings = <<EOF
{
"rules":[{"rule-type":"selection","rule-id":"1","rule-name":"1","object-locator":{"schema-name":"%%","table-name":"%%", "rule-action":"include"}]
"rules":[{"rule-type":"selection","rule-id":"1","rule-name":"1","rule-action":"include","object-locator":{"schema-name":"%%","table-name":"%%"}}]
}
EOF
Expand Down

0 comments on commit 8ae0507

Please sign in to comment.