### Terraform Version ``` $ terraform -v Terraform v0.12.0 ``` ### Terraform Configuration Files <!-- Paste the relevant parts of your Terraform configuration between the ``` marks below. For large Terraform configs, please use a service like Dropbox and share a link to the ZIP file. For security, you can also encrypt the files using our GPG public key. --> ```hcl locals { d = distinct([]) } ``` ### Debug Output https://gist.github.com/alex-goncharov/d51af9a2b88a089cb32154abb031081a ### Crash Output https://gist.github.com/alex-goncharov/66f756fc609371862200e69a97b5f6f2 ### Expected Behavior distinct returned empty list ### Actual Behavior terraform panics ### Steps to Reproduce create file with about hcl terraform init && terraform plan ### Additional Context ### References
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/alex-goncharov/d51af9a2b88a089cb32154abb031081a
Crash Output
https://gist.github.com/alex-goncharov/66f756fc609371862200e69a97b5f6f2
Expected Behavior
distinct returned empty list
Actual Behavior
terraform panics
Steps to Reproduce
create file with about hcl
terraform init && terraform plan
Additional Context
References