From 9354ee2ce21b6d37ce866171a7fda058f2d5202d Mon Sep 17 00:00:00 2001 From: Steven Welch Date: Thu, 27 Aug 2026 00:42:20 -0600 Subject: [PATCH] chore: remove deprecated opencode server config --- main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.tf b/main.tf index 6b5e6fe..6414755 100644 --- a/main.tf +++ b/main.tf @@ -12,7 +12,6 @@ locals { "charts", "kustomize-cluster", "images", - "opencode-server-config", "shared-workflows", "terraform-libvirt-domain", "tfroot-aws", @@ -42,7 +41,6 @@ locals { "charts" = ["test"] "images" = ["checks"] "kustomize-cluster" = ["test"] - "opencode-server-config" = ["lint"] "shared-workflows" = ["lint"] "terraform-libvirt-domain" = ["test"] "tfroot-aws" = ["opentofu / test", "opentofu / plan"]