There are many of these messages. Should be fixed before it becomes a failure.
Warning: Quoted references are deprecated
on main.tf line 68, in resource "vcd_vapp_vm" "master":
68: depends_on = ["vcd_vapp_vm.worker"]
In this context, references are expected literally rather than in quotes.
Terraform 0.11 and earlier required quotes, but quoted references are now
deprecated and will be removed in a future version of Terraform. Remove the
quotes surrounding this reference to silence this warning.
There are many of these messages. Should be fixed before it becomes a failure.
Warning: Quoted references are deprecated
on main.tf line 68, in resource "vcd_vapp_vm" "master": 68: depends_on = ["vcd_vapp_vm.worker"]
In this context, references are expected literally rather than in quotes. Terraform 0.11 and earlier required quotes, but quoted references are now deprecated and will be removed in a future version of Terraform. Remove the quotes surrounding this reference to silence this warning.