terraform-provider-utils icon indicating copy to clipboard operation
terraform-provider-utils copied to clipboard

Any plans to bring deepmerge into Terraform core?

Open antonbabenko opened this issue 4 years ago • 2 comments
trafficstars

Hi guys!

Great work (as usual) :)

I wonder if you have considered proposing deepmerge functionality to Terraform core and/or go-cty/stdlib functions?

I think that deep merge is good to have as part of the core and there should be no need to include a separate provider for this.

antonbabenko avatar Jan 29 '21 09:01 antonbabenko

Hey @antonbabenko We want deep-merge to be a part of TF core very much. Looking at various issues regarding that, looks like they are considering it, but ETA is not known. That's why, since we need it right now, we implemented it in this provider, but we are looking forward to switching ti TF core's implementation anytime.

(this provider is not only about deep-merge, it will have other things that are missing in TF or will help us do other tasks).

thanks

aknysh avatar Jan 29 '21 15:01 aknysh

Thanks @antonbabenko !

See more context here: https://github.com/hashicorp/terraform/issues/24987#issuecomment-769384964

osterman avatar Feb 04 '21 06:02 osterman