From 4190ef19a602cc2c12e4bd02683ab03d0a848bd5 Mon Sep 17 00:00:00 2001 From: RESHMA AMBICA Date: Tue, 26 Mar 2024 11:49:26 +0530 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..09cc339ef 100644 --- a/main.tf +++ b/main.tf @@ -12,10 +12,10 @@ terraform { required_version = "~> 1.0" backend "remote" { - organization = "REPLACE_ME" + organization = "ACG-Terraform-Demos" workspaces { - name = "REPLACE_ME" + name = "demo-github-actions" } } }