terraform-provider-corefunc
terraform-provider-corefunc copied to clipboard
Implement `corefunc_list_unshift`
Go: corefunc.ListUnshift(arr)
TF: corefunc_list_unshift
Push a new item onto the front of a list, mutating the list along the way. Equivalent to Array.unshift() in JavaScript.
https://github.com/srfrog/slices