mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
- 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>
7 lines
178 B
HCL
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
|
|
}
|