From 232085b8c62232c62df1d6459b264e8923bb6003 Mon Sep 17 00:00:00 2001 From: Ruben van Staden Date: Tue, 8 Oct 2024 09:44:14 -0400 Subject: [PATCH] fix tf docker image override --- testing/benchmark/system-profiles/4GBx1zone.tfvars | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/testing/benchmark/system-profiles/4GBx1zone.tfvars b/testing/benchmark/system-profiles/4GBx1zone.tfvars index e1e8c0cd33d..30e389b0652 100644 --- a/testing/benchmark/system-profiles/4GBx1zone.tfvars +++ b/testing/benchmark/system-profiles/4GBx1zone.tfvars @@ -7,13 +7,9 @@ deployment_template = "gcp-cpu-optimized" worker_instance_type = "c6i.large" docker_image_tag_override = { - default = { - "elasticsearch" : "8.16-SNAPSHOT", - "kibana" : "8.16-SNAPSHOT", - "apm" : "8.16-SNAPSHOT", - } - description = "Optional docker image tag override" - type = map(string) + "elasticsearch" : "8.16-SNAPSHOT", + "kibana" : "8.16-SNAPSHOT", + "apm" : "8.16-1-SNAPSHOT", } # Elastic Cloud