From fd242519eeef3432f5deaa60b95f0297cd3d6b3a Mon Sep 17 00:00:00 2001 From: TS Date: Thu, 25 Jan 2024 14:14:58 +0000 Subject: [PATCH] Point backend to TFC --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index e1d1b8045..6ba030202 100644 --- a/main.tf +++ b/main.tf @@ -12,10 +12,10 @@ terraform { required_version = "~> 1.0" backend "remote" { - organization = "REPLACE_ME" + organization = "tzu-cloud" workspaces { - name = "REPLACE_ME" + name = "demo-github-actions" } } }