clean up extra indentation

This commit is contained in:
Clint Shryock 2015-06-22 09:25:27 -05:00
parent 0bf127a805
commit d5f962b14b
1 changed files with 2 additions and 2 deletions

View File

@ -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