VMware vSphere Provider self.ip_address

Does anybody know if the vsphere provider exposes the self object. And if so, where is this documented?

Such as

connection {
type = “ssh”
user = “ec2-user”
private_key = file(“~/.ssh/terraform”)
host = self.public_ip
}

Cheers,
J