Skip to content

Commit

Permalink
Merge pull request #6378 from ndench/docs-codebuild-webook-project-name
Browse files Browse the repository at this point in the history
Fix typo in aws_codebuild_webook docs
  • Loading branch information
bflad authored Nov 7, 2018
2 parents 637fbab + 9d49287 commit 2963a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/codebuild_webhook.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ When working with [GitHub](https://github.com) source CodeBuild webhooks, the Co

```hcl
resource "aws_codebuild_webhook" "example" {
name = "${aws_codebuild_project.example.name}"
project_name = "${aws_codebuild_project.example.name}"
}
```

Expand Down

0 comments on commit 2963a50

Please sign in to comment.