From 9808f4a1b4a260bcf51410aac17bf8f1f653e546 Mon Sep 17 00:00:00 2001 From: Justin Retzolk <44710313+justinretzolk@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:32:51 -0500 Subject: [PATCH] Remove backlog status variable --- infrastructure/repository/projects.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure/repository/projects.tf b/infrastructure/repository/projects.tf index 1480aac0b8bf..37fcb808005c 100644 --- a/infrastructure/repository/projects.tf +++ b/infrastructure/repository/projects.tf @@ -17,7 +17,6 @@ variable "team_project_field_status_values" { "Waiting" = "e85f2e5d", "Maintainer PR" = "28a034bc", "Pending Merge" = "043bc06e", - "Backlog" = "ef47b7a3", "Done" = "98236657" } }