Skip to content

Commit

Permalink
Merge pull request #9726 from buraks/patch-1
Browse files Browse the repository at this point in the history
Correct `name` -> `bucket` in flog_log docs
  • Loading branch information
bflad authored Aug 12, 2019
2 parents 208d494 + e236c57 commit 44d1823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/flow_log.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ resource "aws_flow_log" "example" {
}
resource "aws_s3_bucket" "example" {
name = "example"
bucket = "example"
}
```

Expand Down

0 comments on commit 44d1823

Please sign in to comment.