From 3751f12421505c3601c61114c87739743911e154 Mon Sep 17 00:00:00 2001 From: "Michael H. Oshita" Date: Wed, 21 Dec 2016 04:33:50 +0900 Subject: [PATCH] Update s3_bucket.html.markdown use backtick markdown for proper highlighting --- website/source/docs/providers/aws/r/s3_bucket.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/s3_bucket.html.markdown b/website/source/docs/providers/aws/r/s3_bucket.html.markdown index 85e97a1246..70b51c0228 100644 --- a/website/source/docs/providers/aws/r/s3_bucket.html.markdown +++ b/website/source/docs/providers/aws/r/s3_bucket.html.markdown @@ -323,7 +323,7 @@ The `logging` object supports the following: * `target_bucket` - (Required) The name of the bucket that will receive the log objects. * `target_prefix` - (Optional) To specify a key prefix for log objects. -The 'lifecycle_rule' object supports the following: +The `lifecycle_rule` object supports the following: * `id` - (Optional) Unique identifier for the rule. * `prefix` - (Required) Object key prefix identifying one or more objects to which the rule applies.