You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an enhancement request, apologies if is this is not the correct way to submit one. We have a problem where sometimes self.network_adaptors[0].ip_addesses[0] contains an IPv6 address, and what we're really wanting is an IPv4 address. If there were a wait_for_ipv4 and a separate wait_for_ipv6, then maybe in addition to ip_addresses if we had an ipv4_addresses and an ipv6_addresses this would solve the issue.
The text was updated successfully, but these errors were encountered:
Terraform Version
1.7.1
Affected Resource(s)
Terraform Configuration Files
Enhancement Request
This is an enhancement request, apologies if is this is not the correct way to submit one. We have a problem where sometimes
self.network_adaptors[0].ip_addesses[0]
contains an IPv6 address, and what we're really wanting is an IPv4 address. If there were await_for_ipv4
and a separatewait_for_ipv6
, then maybe in addition toip_addresses
if we had anipv4_addresses
and anipv6_addresses
this would solve the issue.The text was updated successfully, but these errors were encountered: