From 8298f0d2eeb7b001d71da54ff1b2a557257969ec Mon Sep 17 00:00:00 2001 From: Shobhit Gupta <43795024+gushob21@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:43:00 -0400 Subject: [PATCH] Update github.tf with the place holder of github org --- app-factory-template/github.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-factory-template/github.tf b/app-factory-template/github.tf index 4ac1bfe..6baddd5 100644 --- a/app-factory-template/github.tf +++ b/app-factory-template/github.tf @@ -15,5 +15,5 @@ */ provider "github" { - organization = "cloud-maniac-temp" + organization = "YOUR_GITHUB_ORG" }