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
| application | Application (e.g. `cd` or `clouddrove`). |`string`|`""`| no |
95
+
| abort\_incomplete\_multipart\_upload\_days | Specifies the number of days after initiating a multipart upload when the multipart upload must be completed or else Spaces will abort the upload. |`number`|`null`| no |
96
+
| acl | Canned ACL applied on bucket creation (private or public-read). |`string`|`null`| no |
97
+
| attributes | Additional attributes (e.g. `1`). |`list(any)`|`[]`| no |
98
+
| cors\_rule | CORS Configuration specification for this bucket | <pre>list(object({<br> allowed_headers = list(string)<br> allowed_methods = list(string)<br> allowed_origins = list(string)<br> expose_headers = list(string)<br> max_age_seconds = number<br> }))</pre> |`null`| no |
99
+
| date | pecifies the date/time after which you want applicable objects to expire. The argument uses RFC3339 format, e.g.(2020-03-22T15:03:55Z) or parts thereof e.g. 2019-02-28. |`string`|`null`| no |
94
100
| delimiter | Delimiter to be used between `organization`, `environment`, `name` and `attributes`. |`string`|`"-"`| no |
95
-
| description | A free-form text field up to a limit of 255 characters to describe the spaces. |`string`|`"spaces"`| no |
96
-
| enable\_spaces | A boolean flag to enable/disable spaces. |`bool`|`true`| no |
| label\_order | Label order, e.g. `name`,`application`. |`list`|`[]`| no |
102
+
| expiration\_days | Specifies the number of days after object creation when the applicable objects will expire. |`number`|`null`| no |
103
+
| expired\_object\_delete\_marker | On a versioned bucket (versioning-enabled or versioning-suspended bucket), setting this to true directs Spaces to delete expired object delete markers. |`string`|`""`| no |
104
+
| force\_destroy | Unless true, the bucket will only be destroyed if empty (Defaults to false). |`bool`|`false`| no |
105
+
| label\_order | Label order, e.g. `name`,`application`. |`list(any)`|`[]`| no |
99
106
| name | Name (e.g. `app` or `cluster`). |`string`|`""`| no |
100
-
| region | The region to create spaces, like `london-1` , `bangalore-1` ,`newyork-3``toronto-1`. |`string`|`"bangalore-1"`| no |
107
+
| noncurrent\_version\_expiration | On a versioned bucket (versioning-enabled or versioning-suspended bucket), setting this to true directs Spaces to delete expired object delete markers. |`string`|`""`| no |
108
+
| prefix | (Optional, Forces new resource) Creates a unique bucket name beginning with the specified prefix. |`string`|`null`| no |
109
+
| region | The region to create VPC, like `london-1` , `bangalore-1` ,`newyork-3``toronto-1`. |`string`|`""`| no |
110
+
| versioning | (Optional) A state of versioning (documented below). |`bool`|`true`| no |
101
111
102
112
## Outputs
103
113
104
114
| Name | Description |
105
115
|------|-------------|
106
-
| created\_at | The date and time of when the spaces was created. |
107
-
| default | A boolean indicating whether or not the spaces is the default one for the region. |
108
-
| id | The unique identifier for the spaces.. |
109
-
| urn | The uniform resource name (URN) for the spaces. |
116
+
| bucket\_domain\_name | The date and time of when the VPC was created. |
117
+
| name | The date and time of when the VPC was created. |
118
+
| urn | The uniform resource name (URN) for the VPC. |
0 commit comments