From 4495339979254e274739302e2fd931fb3ef59bb8 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 2 Jul 2026 23:05:19 +1000 Subject: [PATCH] Rename provider repo to terraform-provider-litellmvaultsecret Use a more specific name that reflects this is the Terraform provider for the LiteLLM Vault/OpenBao secrets engine, not for LiteLLM itself. --- ...-litellm.yaml => terraform-provider-litellmvaultsecret.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename config/git.unkin.net/unkin/repository/{terraform-provider-litellm.yaml => terraform-provider-litellmvaultsecret.yaml} (92%) diff --git a/config/git.unkin.net/unkin/repository/terraform-provider-litellm.yaml b/config/git.unkin.net/unkin/repository/terraform-provider-litellmvaultsecret.yaml similarity index 92% rename from config/git.unkin.net/unkin/repository/terraform-provider-litellm.yaml rename to config/git.unkin.net/unkin/repository/terraform-provider-litellmvaultsecret.yaml index d19e5ac..b151805 100644 --- a/config/git.unkin.net/unkin/repository/terraform-provider-litellm.yaml +++ b/config/git.unkin.net/unkin/repository/terraform-provider-litellmvaultsecret.yaml @@ -1,4 +1,4 @@ -description: "Terraform provider for the Vault/OpenBao LiteLLM dynamic secrets engine" +description: "Terraform provider for the Vault/OpenBao LiteLLM dynamic secrets engine (litellmvaultsecret)" private: false default_branch: "main" # Squash-only: the gitea provider has no "default merge style", so we restrict