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
| force\_destroy | A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without error. These objects are not recoverable. |`bool`|`false`| no |
191
185
| kms\_master\_key\_id | The AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of sse\_algorithm as aws:kms. The default aws/s3 AWS KMS master key is used if this element is absent while the sse\_algorithm is aws:kms. |`string`|`""`| no |
192
-
| label\_order | Label order, e.g. `name`,`application`. |`list`|`[]`| no |
186
+
| label\_order | Label order, e.g. `name`,`application`. |`list(any)`|`[]`| no |
193
187
| lifecycle\_days\_to\_expiration | Specifies the number of days after object creation when the object expires. |`number`|`365`| no |
194
188
| lifecycle\_days\_to\_glacier\_transition | Specifies the number of days after object creation when it will be moved to Glacier storage. |`number`|`180`| no |
195
189
| lifecycle\_days\_to\_infrequent\_storage\_transition | Specifies the number of days after object creation when it will be moved to standard infrequent access storage. |`number`|`60`| no |
@@ -199,14 +193,15 @@ data "aws_iam_policy_document" "default" {
| lifecycle\_infrequent\_storage\_object\_prefix | Object key prefix identifying one or more objects to which the lifecycle rule applies. |`string`|`""`| no |
| managedby | ManagedBy, eg 'CloudDrove' or 'AnmolNagpal'. |`string`|`"anmol@clouddrove.com"`| no |
196
+
| managedby | ManagedBy, eg 'CloudDrove'. |`string`|`"hello@clouddrove.com"`| no |
203
197
| mfa\_delete | Enable MFA delete for either Change the versioning state of your bucket or Permanently delete an object version. |`bool`|`false`| no |
204
198
| name | Name (e.g. `app` or `cluster`). |`string`|`""`| no |
199
+
| repository | Terraform current module repo |`string`|`"https://registry.terraform.io/modules/clouddrove/s3/aws"`| no |
205
200
| sse\_algorithm | The server-side encryption algorithm to use. Valid values are AES256 and aws:kms. |`string`|`"AES256"`| no |
206
-
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map`|`{}`| no |
201
+
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map(any)`|`{}`| no |
207
202
| target\_bucket | The name of the bucket that will receive the log objects. |`string`|`""`| no |
208
203
| target\_prefix | To specify a key prefix for log objects. |`string`|`""`| no |
209
-
| versioning | Enable Versioning of S3. |`bool`|`false`| no |
204
+
| versioning | Enable Versioning of S3. |`bool`|`true`| no |
210
205
| website\_error | An absolute path to the document to return in case of a 4XX error. |`string`|`"error.html"`| no |
211
206
| website\_hosting\_bucket | Enable website hosting of S3. |`bool`|`false`| no |
212
207
| website\_index | Amazon S3 returns this index document when requests are made to the root domain or any of the subfolders. |`string`|`"index.html"`| no |
0 commit comments