From a97618068fed1102c6f12d5c5d728371214d96b4 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Feb 2024 00:02:35 +0800 Subject: [PATCH] Point backend to correct TFC org and workspace --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index e1d1b8045..2facce8e9 100644 --- a/main.tf +++ b/main.tf @@ -12,10 +12,10 @@ terraform { required_version = "~> 1.0" backend "remote" { - organization = "REPLACE_ME" + organization = "TerraformOrg_kapil" workspaces { - name = "REPLACE_ME" + name = "Demo-github-actions" } } }