You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`bucket` - (Required, Forces new resource) The name of the bucket.
71
+
*`index_document` - (Required) The name of the index document for the website [detailed below](#index_document).
71
72
*`error_document` - (Optional) The name of the error document for the website [detailed below](#error_document).
72
-
*`index_document` - (Optional) The name of the index document for the website [detailed below](#index_document).
73
-
74
-
## error_document
75
-
76
-
The error_document configuration block supports the following arguments:
77
-
78
-
*`key` - (Required) The object key name to use when a 4XX class error occurs.
79
73
80
74
## index_document
81
75
@@ -93,6 +87,12 @@ In addition to all above arguments, the following attribute is exported:
93
87
94
88
~> **Important:** Please check our concepts section to know more about the [endpoint](https://www.scaleway.com/en/docs/storage/object/concepts/#endpoint).
95
89
90
+
## error_document
91
+
92
+
The error_document configuration block supports the following arguments:
93
+
94
+
*`key` - (Required) The object key name to use when a 4XX class error occurs.
95
+
96
96
## Import
97
97
98
98
Website configuration Bucket can be imported using the `{region}/{bucketName}` identifier, e.g.
0 commit comments