From 98aa8649a0a31d271e09eccc5cdfa35354d54411 Mon Sep 17 00:00:00 2001 From: ManhCoi Date: Tue, 19 Dec 2023 09:08:23 +0700 Subject: [PATCH] Point backend to TFC org and workspace by Manh --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index e1d1b8045..1b8447f95 100644 --- a/main.tf +++ b/main.tf @@ -12,10 +12,10 @@ terraform { required_version = "~> 1.0" backend "remote" { - organization = "REPLACE_ME" + organization = "ManhDemo" workspaces { - name = "REPLACE_ME" + name = "terraform-gitubaction-demo" } } }