X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2F1n_nmd%2Fminio_s3_gateway%2Fvariables.tf;h=6fb351df26a513ee93703caebef2fad2b1d9c5e0;hp=b9f790b01f544882cb96ad5748794a1540f7ac0c;hb=885c2e223f18e26fa75ec6c1e4ef468e60cd6afd;hpb=db7290d702450430e0d58e23f91e34407e08b41c diff --git a/fdio.infra.terraform/1n_nmd/minio_s3_gateway/variables.tf b/fdio.infra.terraform/1n_nmd/minio_s3_gateway/variables.tf index b9f790b01f..6fb351df26 100644 --- a/fdio.infra.terraform/1n_nmd/minio_s3_gateway/variables.tf +++ b/fdio.infra.terraform/1n_nmd/minio_s3_gateway/variables.tf @@ -144,13 +144,13 @@ variable "resource_proxy" { variable "service_name" { description = "Specifies the name this service will be advertised in Consul" type = string - default = "AKIAVWHHCAXZJUHH7QFN" + default = "minio" } variable "secret_key" { description = "Minio secret key" type = string - default = "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" + default = "minio" } variable "upstreams" {