Month: June 2020

Interpolation-only expressions are deprecated warning during terraform init

So I have been trying to explore Infrastructure as Code in my spare time and while trying out terraform I get this warning: Warning: Interpolation-only expressions are deprecated on main.tf line 40, in resource “vsphere_virtual_machine” “vm”: 40: resource_pool_id = “${data.vsphere_resource_pool.pool.id}” Seems like post version 0.11, resource declaration doesn’t need special syntax i.e. ${} which was […]