From 5a93a7e9a2aaa896bb9486616812df533a45dd68 Mon Sep 17 00:00:00 2001 From: Irena Rindos Date: Tue, 5 Mar 2024 17:49:27 -0500 Subject: [PATCH] chore(cmd): fix initial alias doc (#4484) --- internal/cmd/base/initial_resources.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/cmd/base/initial_resources.go b/internal/cmd/base/initial_resources.go index 6439a88e82..d559281e7c 100644 --- a/internal/cmd/base/initial_resources.go +++ b/internal/cmd/base/initial_resources.go @@ -613,9 +613,9 @@ func (b *Server) CreateInitialTargetWithHostSources(ctx context.Context) (target } // Create targets that can be connected to using an alias. The three targets created are: -// - "example.alias": the Boundary dev postgres instance. Uses brokered credentials +// - "postgres.boundary.dev": the Boundary dev postgres instance. Uses brokered credentials // - "www.hashicorp.com": a web target -// - "ssh.alias": A localhost ssh target +// - "ssh.boundary.dev": A localhost ssh target func (b *Server) CreateInitialTargetsWithAlias(ctx context.Context) error { rw := db.New(b.Database)