From 34124c1faaf7e49bba411e985060832f845b3a74 Mon Sep 17 00:00:00 2001 From: aloffawy Date: Tue, 16 Jan 2024 21:10:51 +0000 Subject: [PATCH] point backend to correct TFC org & WS --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index e1d1b8045..ec44ecca1 100644 --- a/main.tf +++ b/main.tf @@ -12,10 +12,10 @@ terraform { required_version = "~> 1.0" backend "remote" { - organization = "REPLACE_ME" + organization = "ACG-Terraform-Demo_" workspaces { - name = "REPLACE_ME" + name = "demo-github-actions" } } }