From 641a86effa7b492e3f7e346fde2203430f4c4232 Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Wed, 17 Jun 2015 16:23:56 -0500 Subject: [PATCH] additional attributes exported --- website/source/docs/providers/aws/r/flow_log.html.markdown | 2 ++ 1 file changed, 2 insertions(+) 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 02559e96e5..fafc5bcc7a 100644 --- a/website/source/docs/providers/aws/r/flow_log.html.markdown +++ b/website/source/docs/providers/aws/r/flow_log.html.markdown @@ -38,3 +38,5 @@ The following arguments are supported: The following attributes are exported: * `id` - The Flow Log ID +* `flow_log_status` - The status of the flow log (ex: `ACTIVE`) +* `deliver_log_status` - The status of the logs delivery (ex: `SUCCESS`, `FAILED`)