From 974decdfa3449f47892532f9ac728275fb9fa2df Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 13 Dec 2023 23:12:51 -0500 Subject: tf: debrand config --- tf/cloud.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tf/cloud.nix (limited to 'tf/cloud.nix') diff --git a/tf/cloud.nix b/tf/cloud.nix new file mode 100644 index 0000000..5ee0113 --- /dev/null +++ b/tf/cloud.nix @@ -0,0 +1,7 @@ +{ + terraform.cloud = { + hostname = "app.terraform.io"; + organization = "getchoo"; + workspaces.name = "flake"; + }; +} -- cgit v1.2.3