Skip to content

Commit

Permalink
Correct name -> bucket in flog_log docs
Browse files Browse the repository at this point in the history
  • Loading branch information
buraks authored Aug 12, 2019
1 parent d337ec8 commit e236c57
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 e236c57

Please sign in to comment.