From 5f848623dff7cbcd21911032e5fd4c77bcf7d413 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 4 Feb 2024 16:40:38 -0500 Subject: tree-wide: better separate/name some things --- ext/terranix/cloud.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ext/terranix/cloud.nix (limited to 'ext/terranix/cloud.nix') diff --git a/ext/terranix/cloud.nix b/ext/terranix/cloud.nix new file mode 100644 index 0000000..5ee0113 --- /dev/null +++ b/ext/terranix/cloud.nix @@ -0,0 +1,7 @@ +{ + terraform.cloud = { + hostname = "app.terraform.io"; + organization = "getchoo"; + workspaces.name = "flake"; + }; +} -- cgit v1.2.3