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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Truefoundry AWS platform features
60
60
| <aname="input_blob_storage_enable_override"></a> [blob\_storage\_enable\_override](#input\_blob\_storage\_enable\_override)| Enable overriding the name of s3 bucket. This will only be used if feature\_blob\_storage\_enabled is enabled. You need to pass blob\_storage\_override\_name to pass the bucket name |`bool`|`false`| no |
61
61
| <aname="input_blob_storage_encryption_algorithm"></a> [blob\_storage\_encryption\_algorithm](#input\_blob\_storage\_encryption\_algorithm)| Algorithm used for encrypting the default bucket. |`string`|`"AES256"`| no |
62
62
| <aname="input_blob_storage_encryption_key_arn"></a> [blob\_storage\_encryption\_key\_arn](#input\_blob\_storage\_encryption\_key\_arn)| ARN of the key used to encrypt the bucket. Only needed if you set aws:kms as encryption algorithm. |`string`|`null`| no |
63
+
| <aname="input_blob_storage_extra_tags"></a> [blob\_storage\_extra\_tags](#input\_blob\_storage\_extra\_tags)| Extra tags for the s3 bucket |`map(string)`|`{}`| no |
63
64
| <aname="input_blob_storage_force_destroy"></a> [blob\_storage\_force\_destroy](#input\_blob\_storage\_force\_destroy)| Force destroy for mlfoundry s3 bucket |`bool`|`true`| no |
64
65
| <aname="input_blob_storage_override_name"></a> [blob\_storage\_override\_name](#input\_blob\_storage\_override\_name)| S3 bucket name. Only used if s3\_enable\_override is enabled |`string`|`""`| no |
65
66
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the EKS cluster |`string`| n/a | yes |
0 commit comments