From 55c9f4a8036b7eb4cc56b700d5d975f47029337a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 21 Apr 2023 17:18:33 +0300 Subject: feat(corp/ops): bootstrap separate corp terraform config Doesn't actually contain any configuration yet, just setting up TF with the right providers and so on. Change-Id: Ia7128dd977b4ff69eebaa36c6cad6ac104cafcdb Reviewed-on: https://cl.tvl.fyi/c/depot/+/8492 Tested-by: BuildkiteCI Reviewed-by: tazjin --- corp/ops/.envrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 corp/ops/.envrc (limited to 'corp/ops/.envrc') diff --git a/corp/ops/.envrc b/corp/ops/.envrc new file mode 100644 index 000000000000..26049cf426a4 --- /dev/null +++ b/corp/ops/.envrc @@ -0,0 +1,4 @@ +out=$(nix-build ../.. -A corp.ops.deps --out-link ../../.gcroots/corp-deps) +PATH_add "$out/bin" + +watch_file default.nix -- cgit 1.4.1