diff --git a/website/content/docs/installing/no-gen-resources.mdx b/website/content/docs/installing/no-gen-resources.mdx index e2fe516dd0..f84ef9aadb 100644 --- a/website/content/docs/installing/no-gen-resources.mdx +++ b/website/content/docs/installing/no-gen-resources.mdx @@ -218,7 +218,7 @@ $ boundary accounts create password \ -recovery-config /tmp/recovery.hcl \ -login-name "myuser" \ -password "foofoofoo" \ - -auth-method-id ``` @@ -252,7 +252,10 @@ $ boundary users create -scope-id \ -name "myuser" \ -description "My user!" -$ boundary users add-accounts -id -account +$ boundary users add-accounts \ + -recovery-config /tmp/recovery.hcl \ + -id \ + -account ``` @@ -451,6 +454,6 @@ resource "boundary_role" "project_admin" { ```bash boundary authenticate password \ -auth-method-id \ - -login-name myuser + -login-name myuser \ -password foofoofoo ```