We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I deep merge for exemple: yaml-1:
root: key1: array: - key: yaml-1 value: yaml-1
yaml-2:
root: key1: array: - key: yaml-2 value: yaml-2
but it is producing resulting-yaml:
resulting-yaml:
root: key1: array: - key: yaml-1 value: yaml-1 - key: yaml-2 value: yaml-2
2 yaml as described using utils_deep_merge_yaml
No response
Terraform v1.6.2 on windows_386
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
If I deep merge for exemple:
yaml-1:
yaml-2:
but it is producing
resulting-yaml:
Expected Behavior
resulting-yaml:
Steps to Reproduce
2 yaml as described using utils_deep_merge_yaml
Screenshots
No response
Environment
Terraform v1.6.2
on windows_386
Additional Context
No response
The text was updated successfully, but these errors were encountered: