Skip to content

Commit

Permalink
Terraform formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison authored Sep 25, 2020
1 parent da4b4bf commit 622f463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_glue_crawler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@ resource "aws_glue_crawler" "test" {
s3_target {
connection_name = aws_glue_connection.test.name
path = "s3://bucket1"
path = "s3://bucket1"
}
}
`, rName)
Expand Down

0 comments on commit 622f463

Please sign in to comment.