@@ -75,7 +75,7 @@ Then, configure the variables in the variables.tf file using any code editor:
`data_partition_name` | Name of Data Partition ID. Must contain only lowercase letters and numbers. Maximum length is 25 characters | string | `"osdu"` | `"osdu"` | yes
`bucket_lifetime` | How many days the archived files will be stored in buckets | number | `100` | `3660` | yes
`bucket_storage_class` | Storage classes of the Cloud Storage | string | `MULTI_REGIONAL`| `STANDARD` | yes
`internal_elastic` | Elastic type. Must be configured correctly when using external elastic | bool | `true` | `true` | yes
`internal_elastic` | Elastic type. Must be configured correctly when using external elastic | bool | `true` | `true` | yes
`elastic_user` | Elastic user configurations. Must contain configuration of elastic user.| string | elastic | elastic | yes
`elastic_pass` | Elastic pass configurations. Must contain configuration of elastic pass.| string | p@ssw0rd | p@ssw0rd | yes
`elastic_host` | Elastic host configurations. Must contain configuration of elastic host.| string | elasticsearch | elasticsearch | yes