From d5f962b14b14d994ef57d3c21154a0b6caf269a4 Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Mon, 22 Jun 2015 09:25:27 -0500 Subject: [PATCH] clean up extra indentation --- website/source/docs/providers/aws/r/flow_log.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/aws/r/flow_log.html.markdown b/website/source/docs/providers/aws/r/flow_log.html.markdown index fafc5bcc7..900020974 100644 --- a/website/source/docs/providers/aws/r/flow_log.html.markdown +++ b/website/source/docs/providers/aws/r/flow_log.html.markdown @@ -24,8 +24,8 @@ resource "aws_flow_log" "test_flow_log" { The following arguments are supported: -* `log_group_name` - (Required) The name of the CloudWatch log group -* `iam_role_arn` - (Required) The ARN for the IAM role that's used to post flow +* `log_group_name` - (Required) The name of the CloudWatch log group +* `iam_role_arn` - (Required) The ARN for the IAM role that's used to post flow logs to a CloudWatch Logs log group * `vpc_id` - (Optional) VPC ID to attach to * `subnet_id` - (Optional) Subnet ID to attach to