f5devcentral / terraform-aws-bigip-module

This Repo has been Archived, and moved to: https://github.com/F5Networks/terraform-aws-bigip-module for Supported Module
3 stars 8 forks source link

private ip addresses #29

Closed yossi-r closed 3 years ago

yossi-r commented 3 years ago

trying to understand the output of private_addresses for a 2-nic deployment i get the following: "private_addresses" = [ toset([ "100.64.203.56", "100.64.203.74", ]), ]

how can i consistently get the value of the primary ip address of a specific interface? i think output should be a map based on the name of the interface with a clear distinction of what is a primary vs secondary

papineni87 commented 3 years ago

Tracking with InfraANO-374

mjmenger commented 3 years ago

The unordered set response makes it impossible to consistently retrieve the primary addresses of the BIG-IP nics. This is a showstopper for many customers.