Terraform changes for formatlist in 0.15.5

Dears,

We use multiple formatlist in our project, As I observed changes of 0.15.5 that list → tolist and map → tomap but it does not talk about formatlist, I don’t want to apply changes before knowing the impact .

Kindly enlighten me with the impact if any on the formatlist as well as part of 0.15.5.

Really appreciated all the work took forward as part of terraform useful updates !

Thanks !

Hi @Snehil03,

The deprecated list and map functions were removed in 0.15.0 because typed literals can be written directly in the language. If explicit type conversion is still needed, there are now the tolist and tomap functions. These changes do not effect the formatlist function.