Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.
This repository was archived by the owner on May 16, 2023. It is now read-only.

Unclear how to "import" existing accounts. #110

@moltar

Description

@moltar

I have tried to add an existing account to nestedOU.

All of the values were copy-pasted from the console.

          {
            name: 'name',
            existingAccountId: '123',
            email: 'foo@bar.com',
          },

Deployment exploded with:

Parameter name: can't be prefixed with "ssm" (case-insensitive). If formed as a path, it can consist of sub-paths divided by slash symbol; each sub-path can be formed as a mix of letters, numbers and the following 3 symbols .-_ (Service: AmazonSSM; Status Code: 400; Error Code: ValidationException; Request ID: abb75351-1797-4236-b34d-4539a829ca5b; Proxy: null)

Which doesn't even make sense, as the parameter is not using ssm in the name. But maybe it's a generic error?

Account name does have a space in it. But it looks like an ID is used for existing accounts anyways. So I don't see a problem there.

Any ideas?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions