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

Add mergYAML helper method #1846

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akamensky
Copy link

@akamensky akamensky commented Nov 23, 2023

mergeMap works with map[string]interface{} while YAML is map[interface{}]interface{} (yes, YAML can have a number as a key for example). new mergeYAML operates on either of those (output of parseYAML is has key type as interface, but after piping it becomes string...).

@akamensky akamensky requested a review from a team as a code owner November 23, 2023 01:23
@hashicorp-cla
Copy link

hashicorp-cla commented Nov 23, 2023

CLA assistant check
All committers have signed the CLA.

@akamensky
Copy link
Author

It's been a month with no feedback. Would anyone please look at these and provide a feedback if any?

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.

None yet

2 participants