From 0c3aa509205dd485233519179ffd3d2ebc54e134 Mon Sep 17 00:00:00 2001 From: oyimafu Date: Tue, 24 Jun 2025 13:36:26 +0100 Subject: [PATCH] Point backend to correct TFC org and workspace --- main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index 996ae26b9..1ae807ff2 100644 --- a/main.tf +++ b/main.tf @@ -9,10 +9,10 @@ terraform { } backend "remote" { - organization = "REPLACE_ME" + organization = "Precise-Global" workspaces { - name = "gh-actions-demo" + name = "demo-github-action" } } } @@ -49,4 +49,4 @@ resource "aws_security_group" "web-sg" { output "web-address" { value = "${aws_instance.web.public_dns}:8080" -} \ No newline at end of file +}