From 21b2055eb14ddaf7893f0a0a53b2a145b2f0e230 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 24 Dec 2021 19:23:08 +0300 Subject: feat(ops/glesys): Provide tf-glesys wrapper This provides the right Terraform provider with a wrapper in $PATH. Change-Id: Idcb4fa89dff0161e8a73addfce81959e825c331e Reviewed-on: https://cl.tvl.fyi/c/depot/+/4562 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: grfn --- bin/__dispatch.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/__dispatch.sh') diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index 6eb24beaf5..d06860e6c6 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -61,6 +61,10 @@ case "${TARGET_TOOL}" in depotfmt) attr="tools.depotfmt" ;; + tf-glesys) + TARGET_TOOL="terraform" + attr="ops.glesys.terraform" + ;; *) echo "The tool '${TARGET_TOOL}' is currently not installed in this repository." exit 1 -- cgit 1.4.1