-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugπ An issue with the systemπ An issue with the system
Description
Describe the Bug
If I deep merge for exemple:
yaml-1:
root:
key1:
array:
- key: yaml-1
value: yaml-1yaml-2:
root:
key1:
array:
- key: yaml-2
value: yaml-2but it is producing
resulting-yaml:
root:
key1:
array:
- key: yaml-2
value: yaml-2Expected Behavior
resulting-yaml:
root:
key1:
array:
- key: yaml-1
value: yaml-1
- key: yaml-2
value: yaml-2Steps to Reproduce
2 yaml as described using utils_deep_merge_yaml
Screenshots
No response
Environment
Terraform v1.6.2
on windows_386
- provider registry.terraform.io/cloudposse/utils v1.18.0
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugπ An issue with the systemπ An issue with the system