Skip to content

Commit

Permalink
fix tf docker image override
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Oct 8, 2024
1 parent 53103ec commit 232085b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions testing/benchmark/system-profiles/4GBx1zone.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 232085b

Please sign in to comment.