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

fix fmt

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

#251301

    ......@@ -37,9 +37,9 @@ resource "local_file" "helm_values" {
    schema_version = var.schema_version
    schema_name = var.schema_name
    # elastic
    elastic_password = var.elastic_pass != "" ? var.elastic_pass : random_password.elastic.result
    elastic_enabled = var.internal_elastic != "" ? var.internal_elastic : "true"
    elastic_port = var.elastic_port != "" ? var.elastic_port : "9200"
    elastic_password = var.elastic_pass != "" ? var.elastic_pass : random_password.elastic.result
    elastic_enabled = var.internal_elastic != "" ? var.internal_elastic : "true"
    elastic_port = var.elastic_port != "" ? var.elastic_port : "9200"
    # policy
    policy_bucket = "${var.project_id}-opa-policies"
    opa_image = local.opa_image
    ......
    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