From f66d824f12aae8c054db04f004507877ee4dae58 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 15 Aug 2026 20:13:41 +1000 Subject: [PATCH] rename ghp tf provider repo to terraform-provider-vault-secrets-ghp Match the vault-secrets-netbox naming convention: repo terraform-provider-vault-secrets-ghp, provider source address git.unkin.net/unkin/vault-secrets-ghp, resources ghp_secret_backend / ghp_secret_role. Renames the repo (the only content was an unmerged scaffold PR, which is re-pushed to the new repo). --- ...ultsecret.yaml => terraform-provider-vault-secrets-ghp.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename config/git.unkin.net/unkin/repository/{terraform-provider-ghpvaultsecret.yaml => terraform-provider-vault-secrets-ghp.yaml} (94%) diff --git a/config/git.unkin.net/unkin/repository/terraform-provider-ghpvaultsecret.yaml b/config/git.unkin.net/unkin/repository/terraform-provider-vault-secrets-ghp.yaml similarity index 94% rename from config/git.unkin.net/unkin/repository/terraform-provider-ghpvaultsecret.yaml rename to config/git.unkin.net/unkin/repository/terraform-provider-vault-secrets-ghp.yaml index 55411db..a32142d 100644 --- a/config/git.unkin.net/unkin/repository/terraform-provider-ghpvaultsecret.yaml +++ b/config/git.unkin.net/unkin/repository/terraform-provider-vault-secrets-ghp.yaml @@ -1,4 +1,4 @@ -description: "Terraform provider for the Vault/OpenBao ghp token secrets engine (ghpvaultsecret)" +description: "Terraform provider for the Vault/OpenBao ghp token secrets engine (vault-secrets-ghp)" private: false default_branch: "main" default_delete_branch_after_merge: true -- 2.47.3