Skip to content

Commit

Permalink
Merge pull request #5181 from borisroman/fix/glue-crawler-example
Browse files Browse the repository at this point in the history
[GLUE] Add missing quote to Glue example
  • Loading branch information
bflad authored Jul 13, 2018
2 parents 8511849 + 919eee8 commit 6494b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/glue_crawler.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "aws_glue_crawler" "example" {
role = "${aws_iam_role.example.name}"
s3_target {
path = "s3://${aws_s3_bucket.example.bucket}
path = "s3://${aws_s3_bucket.example.bucket}"
}
}
```
Expand Down

0 comments on commit 6494b3a

Please sign in to comment.