From dc5d18e9681f588d32ea31a7a2a54365d090b761 Mon Sep 17 00:00:00 2001 From: japenades Date: Thu, 29 Feb 2024 12:49:57 +0100 Subject: [PATCH 1/2] Point backend to correct TFC organization 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" } } } From dda3ca923ecca7efaa9b9d4895f10d6bff8d1cdb Mon Sep 17 00:00:00 2001 From: japenades <160116749+japenades@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:05:01 +0100 Subject: [PATCH 2/2] Revert "Point backend to correct TFC organization and workspace" --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 09cc339ef..e1d1b8045 100644 --- a/main.tf +++ b/main.tf @@ -12,10 +12,10 @@ terraform { required_version = "~> 1.0" backend "remote" { - organization = "ACG-Terraform-Demos" + organization = "REPLACE_ME" workspaces { - name = "demo-github-actions" + name = "REPLACE_ME" } } }