Skip to content

Commit

Permalink
Merge pull request #2969 from alex/patch-1
Browse files Browse the repository at this point in the history
Fixed indentation in a code sample
  • Loading branch information
radeksimko committed Aug 11, 2015
2 parents 1a44b42 + a419cb3 commit 8df1dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/providers/aws/r/flow_log.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_flow_log" "test_flow_log" {
# log_group_name needs to exist before hand
# until we have a CloudWatch Log Group Resource
log_group_name = "tf-test-log-group"
iam_role_arn = "${aws_iam_role.test_role.arn}"
iam_role_arn = "${aws_iam_role.test_role.arn}"
vpc_id = "${aws_vpc.default.id}"
traffic_type = "ALL"
}
Expand Down

0 comments on commit 8df1dec

Please sign in to comment.