Skip to content
Snippets Groups Projects
Commit 1a79bc1a authored by Siarhei Poliak [EPAM / GCP]'s avatar Siarhei Poliak [EPAM / GCP]
Browse files

GONRG-9462_Internal_Elastic_in_GC

parent 96e5a517
No related branches found
No related tags found
1 merge request!1423Gonrg 9462 internal elastic in gc
Pipeline #250198 passed
Pipeline: GC Infrastructure code

#250201

    ......@@ -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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment