From aeb7b24835a4f0700cfbe2d360767e0edc174295 Mon Sep 17 00:00:00 2001 From: megan07 Date: Mon, 9 Mar 2020 15:05:16 -0500 Subject: [PATCH] storage_bucket: Correct website docs (#3235) The website block of storage_bucket requires at least one of not_found_page and main_page_suffix to be set Co-authored-by: Calle Pettersson --- .../terraform/website/docs/r/storage_bucket.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/terraform/website/docs/r/storage_bucket.html.markdown b/third_party/terraform/website/docs/r/storage_bucket.html.markdown index 8819a05c4f90..bf530d1e605a 100644 --- a/third_party/terraform/website/docs/r/storage_bucket.html.markdown +++ b/third_party/terraform/website/docs/r/storage_bucket.html.markdown @@ -131,7 +131,7 @@ The `versioning` block supports: * `enabled` - (Required) While set to `true`, versioning is fully enabled for this bucket. -The `website` block supports: +The `website` block supports the following elements, and requires at least one to be defined: * `main_page_suffix` - (Optional) Behaves as the bucket's directory index where missing objects are treated as potential directories.