Azure – Is there a way to have terraform bypass a variable if the value is null?
I am trying to bypass a virtual_network_subnet_id if a subnet variable is passed or not. It seems if the subnet variable is null, terraform is still trying to resolve the value if it is true and thus failing when resolving…