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

fix README

parent dcdbae9f
No related branches found
No related tags found
1 merge request!1423Gonrg 9462 internal elastic in gc
Pipeline #251495 waiting for manual action
...@@ -76,10 +76,10 @@ Then, configure the variables in the variables.tf file using any code editor: ...@@ -76,10 +76,10 @@ Then, configure the variables in the variables.tf file using any code editor:
`bucket_lifetime` | How many days the archived files will be stored in buckets | number | `100` | `3660` | 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 `bucket_storage_class` | Storage classes of the Cloud Storage | string | `MULTI_REGIONAL`| `STANDARD` | yes
`internal_elastic` | Elastic type. Use internal by default, must be changed when using external | bool | `true` | `true` | yes `internal_elastic` | Elastic type. Use internal by default, must be changed when using external | bool | `true` | `true` | yes
`elastic_user` | Elastic user configurations. Must contain configuration of elastic user `if external elastic is used`.| string | elastic | none | yes `elastic_user` | Elastic user configurations. Must contain configuration of elastic user `if external elastic is used`.| string | osdu1_user | none | yes
`elastic_pass` | Elastic pass configurations. Must contain configuration of elastic pass `if external elastic is used`.| string | p@ssw0rd | none | yes `elastic_pass` | Elastic pass configurations. Must contain configuration of elastic pass `if external elastic is used`.| string | p@ssw0rd | none | yes
`elastic_host` | Elastic host configurations. Must contain configuration of elastic host `if external elastic is used`.| string | elasticsearch | none | yes `elastic_host` | Elastic host configurations. Must contain configuration of elastic host `if external elastic is used`.| string | osdu2-instance-name.es.us-central1.cloud.es.io | none | yes
`elastic_port` | Elastic port configurations. Must contain configuration of elastic port `if external elastic is used`.| string | 9200 | none | yes `elastic_port` | Elastic port configurations. Must contain configuration of elastic port `if external elastic is used`.| string | 9243 | none | yes
`vpc_network_name` | VPC network name | string | `default` | `default` | yes `vpc_network_name` | VPC network name | string | `default` | `default` | yes
`instance_tier` | Machine type | srting | `db-f1-micro` |`db-f1-micro` | yes `instance_tier` | Machine type | srting | `db-f1-micro` |`db-f1-micro` | yes
`db_name_entitlements` | Database name for Entitlements | string | `entitlements` | `entitlements` | yes `db_name_entitlements` | Database name for Entitlements | string | `entitlements` | `entitlements` | 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