fleet/infrastructure/loadtesting/terraform/osquery_perf/locals.tf
Jorge Falcon 0471b8ce19
Loadtest - osquery_perf - Removal of fleet_image requirement (#35365)
- Adds support for `enroll.sh`, to deploy osquery_perf in batches
- Merges variables `tag` and `git_branch` into `git_tag_branch`. Only
one tag or git_branch should be specified.
  - Still used for osquery_perf to check out the correct tag/branch.
- Removes fleet_image requirement for cutting osquery_perf images

---------

Co-authored-by: Robert Fairburn <8029478+rfairburn@users.noreply.github.com>
2025-11-10 16:16:20 -05:00

7 lines
178 B
HCL

locals {
customer = "fleet-${terraform.workspace}"
loadtest_containers = var.loadtest_containers
# fleet_image = var.tag
loadtest_tag = var.git_tag_branch
}