From 08d7d8b0ae88ea949c9a7920766258973b547901 Mon Sep 17 00:00:00 2001 From: Tsuji Riya Date: Wed, 8 Jul 2026 23:32:37 +0900 Subject: [PATCH] fix: terraform apply Co-Authored-By: proto08 <194586153+proto08@users.noreply.github.com> --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index ccb7a84..ae931b0 100644 --- a/main.tf +++ b/main.tf @@ -10,7 +10,7 @@ terraform { locals { github_organization = "var-template" app_id = "4244361" - app_installation_id = "Iv23ctKOEm5D6o1ooeyq" + app_installation_id = "145146379" } module "members" {