Skip to content
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

Merged
merged 32 commits into from
Jan 28, 2021
Merged

initial implementation #6

merged 32 commits into from
Jan 28, 2021

Conversation

mcalhoun
Copy link
Member

what

The initial implementation of the cloudposse/utils provider. The first functionality is a data_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"

README.md Show resolved Hide resolved
)

var (
version string = "dev"
Copy link
Member

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?

Copy link
Member Author

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.

Copy link
Member

@aknysh aknysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please see comments

@mcalhoun mcalhoun merged commit bacbfc7 into main Jan 28, 2021
@mcalhoun mcalhoun deleted the feature/initial-implementation branch January 28, 2021 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants