summaryrefslogtreecommitdiff
path: root/tf/cloud.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tf/cloud.nix')
-rw-r--r--tf/cloud.nix7
1 files changed, 7 insertions, 0 deletions
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";
+ };
+}