Closed apenney closed 6 years ago
Hi,
Not sure of the best way to handle this in Terraform. We have a custom network which means the template consul_server_private breaks in:
consul_server_private
network_interface { network = "${var.network_name}" }
And needs to be changed to a subnetwork. Is there a good pattern to handle this?
Looks like we may be missing a param that allows you to pass in a subnetwork instead of a network! PRs welcome on this!
Hi,
Not sure of the best way to handle this in Terraform. We have a custom network which means the template
consul_server_private
breaks in:network_interface { network = "${var.network_name}" }
And needs to be changed to a subnetwork. Is there a good pattern to handle this?