Internal TCP Proxy vs Internal TCP Pass-Through Load Balancer

GCP relatively recently released the ability to create an internal TCP load balancer that proxies the connection like a typical HTTP load balancer. Previously TCP load balancers were pass-through with direct server return.

Does anyone know if Terraform has the ability to create the new proxy-style load balancer yet? And how?