From 87bbb8c48ed0da068a523085709b6888707c1d39 Mon Sep 17 00:00:00 2001 From: RuairiOC92 Date: Tue, 26 Mar 2024 13:24:38 +0000 Subject: [PATCH] Point backend to correct terraform --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index e1d1b8045..e63eccfa3 100644 --- a/main.tf +++ b/main.tf @@ -12,10 +12,10 @@ terraform { required_version = "~> 1.0" backend "remote" { - organization = "REPLACE_ME" + organization = "Ruairi-Terraform" workspaces { - name = "REPLACE_ME" + name = "demo-github-actions" } } }