-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When I write a new module (e.g. SES for email) that creates secrets for the app, I want to have subspace automatically populate those for ansible.
Create a convention for terraform outputs that will get picked up.
Ideal is a hash:
secrets: {
SES_USERNAME: {
value: 'whatever',
type: 'string'
},
SES_PASSWORD: {
value: 'whatever',
type: 'string'
}
}
However, I'm not sure if terraform can merge output hashes. If not, we'll need to come up with something else like :
subspace_secret_SES_USER_NAME
subspace_secret_SES_PASSWORD
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels