I would like my Blueprints to support adding arbitrary environment variables to the stacks it creates.
Example usage:
inputs:
- id: env_vars
name: Extra env vars, entered as key=val
type: array
[...]
stacks:
- key: mystack
environment:
variables:
- name: TF_VAR_name
value: mystack
${{ -- some way to add input.env_vars -- }}Example usage would be to pass parameters like env_vars=βkey1=foo,key2=fooβ
Please authenticate to join the conversation.
π In Review
π‘ Feature Requests
Blueprints
6 months ago
Get notified by email when there are changes.
π In Review
π‘ Feature Requests
Blueprints
6 months ago
Get notified by email when there are changes.