Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Use custom copiers declared in Config #35

Merged
merged 1 commit into from
Apr 8, 2021

Conversation

radeksimko
Copy link
Contributor

@radeksimko radeksimko commented Apr 8, 2021

Fixes #31

I ran into a weird issue in Terraform LS where certain struct fields weren't being copied under some circumstances and I found this was because an external imported package also uses copystructure and overrides custom copiers.

Ideally I'd like to just avoid the global state entirely, but this doesn't seem possible until this bug is fixed.

@mitchellh
Copy link
Owner

Hah! Thanks

@mitchellh mitchellh merged commit 669aced into mitchellh:master Apr 8, 2021
@radeksimko radeksimko deleted the fix-copiers-via-config branch April 8, 2021 17:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom CopierFuncs via CopyConfig not working
2 participants