Skip to content

Add var to allow a pre-generated SSH key to be passed to the ACM module #329

Closed
@thecodejunkie

Description

@thecodejunkie

The current implementation of the ACM module only allows you to generate a new SSH key or not to create the git-secret at all. Ideally it should be possible to pass in an ssh_key variable as well, so you have the ability to pass in a pre-generated key.

Something like this would be nice functionality

  • Was ssh_key provided?
    • Yes - > Use it
    • No -> Is create_ssh_key set to true?
      • Yes -> Generate one
      • No -> Do nothing

Metadata

Metadata

Labels

enhancementNew feature or requesttriagedScoped and ready for work

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions