The documentation says that:
Only the primitive types (string, number, and bool) and null can be converted to string. All other values will produce an error.
However, quite clearly, tostring does not perform a type conversion for null values:
Terraform Version
Terraform v1.1.8
on linux_amd64
Expected Behavior