From 2e3befd3a421d35a31e67e17f0836c41cf2fe1ab Mon Sep 17 00:00:00 2001 From: Shamika Woods Date: Tue, 9 Apr 2024 15:55:33 -0400 Subject: [PATCH 1/2] 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..4f215fe6c 100644 --- a/main.tf +++ b/main.tf @@ -12,10 +12,10 @@ terraform { required_version = "~> 1.0" backend "remote" { - organization = "REPLACE_ME" + organization = "TerraformTesting4824" workspaces { - name = "REPLACE_ME" + name = "Terraform" } } } From 05aa70862e8954e2b68364ee218228dafe51721e Mon Sep 17 00:00:00 2001 From: Swoods3 Date: Wed, 10 Apr 2024 22:36:41 +0000 Subject: [PATCH 2/2] Check changes --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 4f215fe6c..8df58f49a 100644 --- a/main.tf +++ b/main.tf @@ -15,7 +15,7 @@ terraform { organization = "TerraformTesting4824" workspaces { - name = "Terraform" + name = "Demo-github-actions" } } }