terraform doesn't allow for executing element(list, index) on empty lists. · Issue #11210 · hashicorp/terraform

I've building a generic module where I optionally allocate the private_ip for the instance. Since terraform doesn't have the ability to optionally set a variable via an if block, I only want privat...