vmware-ibm-jil / vcd_toolkit_for_openshift

Toolkit to Deploy Openshift 4 on vCloud Director
3 stars 8 forks source link

fix Warning: Quoted references are deprecated #2

Closed tseelbach closed 3 years ago

tseelbach commented 4 years ago

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.

tseelbach commented 3 years ago

fixed by @slipsibm - thanks Stu!