-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial implementation #6
Conversation
…into feature/initial-implementation
) | ||
|
||
var ( | ||
version string = "dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the `"dev" version?
Should we change it to prod or something different?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's just used locally in tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments
what
The initial implementation of the
cloudposse/utils
provider. The first functionality is adata_source
that takes a list of maps as input and outputs a single, deep-merged map.why
We have a need to deep merge multiple configuration files from our reference architecture "stacks"