:wave: Hello, I have a question about configuratio...
# general
g
👋 Hello, I have a question about configuration management. I want to provide a bunch of predefined variables for given environments (for instance all
aws:
variables predefined for different environments like awsAccount1, awsAccount2, etc.). When users use the CLI, they can use a YAML file with all predefined values. However I need a way to have it also with Automation API using inline program (Golang, so I don’t have the
infra
Git repo, only go imports), e.g. a CI. The inline hybrid exemple is simplifying by considering everything will be accessible (same repo), and the stack name will be the same (which is unlikely to be true). I’d like to know if anyone faced the issue and if there’s any solution to that?