From 3a85d8cededded1afb6d947f073f9ba0ebd1fb9e Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 27 Dec 2021 21:56:02 -0400 Subject: feat(wpcarro/terraform): Encode diogenes as terraform configuration Some reference commands for my future self (blog post forthcoming?): ```shell $ nix-shell -p google-cloud-sdk terraform $ gcloud auth application-default login # stateful $ terraform init $ terraform apply ``` What's left for feature parity? - Encode 100GB external disk as resource - Encode firewall as resource - Ensure marcus can SSH to instance Stretch goals: - Spin-up fully NixOS-configured instances Change-Id: If156a5b0a2a0f8bfdf2548a4b5f592a77409fcb5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4724 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/terraform/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 users/wpcarro/terraform/.gitignore (limited to 'users/wpcarro/terraform/.gitignore') diff --git a/users/wpcarro/terraform/.gitignore b/users/wpcarro/terraform/.gitignore new file mode 100644 index 000000000000..f437e99d802a --- /dev/null +++ b/users/wpcarro/terraform/.gitignore @@ -0,0 +1,4 @@ +*.tfstate +*.tfstate.backup +.terraform.lock.hcl +.terraform/**/* \ No newline at end of file -- cgit 1.4.1