Skip to content

Add mergYAML helper method#1846

Open
akamensky wants to merge 1 commit into
hashicorp:mainfrom
akamensky:add-merge-yaml
Open

Add mergYAML helper method#1846
akamensky wants to merge 1 commit into
hashicorp:mainfrom
akamensky:add-merge-yaml

Conversation

@akamensky
Copy link
Copy Markdown

@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
Copy Markdown

hashicorp-cla commented Nov 23, 2023

CLA assistant check
All committers have signed the CLA.

@akamensky
Copy link
Copy Markdown
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.

2 participants