diff --git a/.envrc.example b/.envrc.example new file mode 100644 index 0000000..221c399 --- /dev/null +++ b/.envrc.example @@ -0,0 +1,9 @@ +# Instructs direnv to execute the flake +# Impure is needed for devenv +use flake . --impure + +# Path to the kube config used by the kubernetes provider +export KUBE_CONFIG_PATH=~/.kube/config + +# Name of the configured kubernetes context to connect to the cluster +export TF_VAR_kubectx=name-of-the-context