From ae941715697981a6cbc1154636ae41c70e4e0eb9 Mon Sep 17 00:00:00 2001 From: Nathanael Liechti Date: Wed, 23 Oct 2024 17:19:08 +0200 Subject: [PATCH] feat: rename source advertised in plugin server (#479) Signed-off-by: Nathanael Liechti --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e1a4329b..736520d9 100644 --- a/main.go +++ b/main.go @@ -71,7 +71,7 @@ func main() { } err = tf6server.Serve( - "registry.terraform.io/oboukili/argocd", + "registry.terraform.io/argoproj-labs/argocd", muxServer.ProviderServer, serveOpts..., )