We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The apstra_datacenter_resource_pool_allocation resource supports the following values in the role attribute:
apstra_datacenter_resource_pool_allocation
role
access_asns
access_l3_peer_link_link_ips
access_loopback_ips
evpn_l3_vnis
generic_asns
generic_loopback_ips
generic_loopback_ips_ipv6
ipv6_spine_leaf_link_ips
ipv6_spine_superspine_link_ips
ipv6_to_generic_link_ips
leaf_asns
leaf_l3_peer_links
leaf_l3_peer_links_ipv6
leaf_leaf_link_ips
leaf_loopback_ips
leaf_loopback_ips_ipv6
mlag_domain_svi_subnets
mlag_domain_svi_subnets_ipv6
spine_asns
spine_leaf_link_ips
spine_loopback_ips
spine_loopback_ips_ipv6
spine_superspine_link_ips
superspine_asns
superspine_loopback_ips
superspine_loopback_ips_ipv6
to_generic_link_ips
virtual_network_svi_subnets
virtual_network_svi_subnets_ipv6
vni_virtual_network_ids
vtep_ips
Three of those values don't quite fit in. To fit in with the pattern established by the other values, they should be:
ipv6_spine_leaf_link_ips_ipv6
ipv6_spine_superspine_link_ips_ipv6
ipv6_to_generic_link_ips_ipv6
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The
apstra_datacenter_resource_pool_allocation
resource supports the following values in therole
attribute:access_asns
access_l3_peer_link_link_ips
access_loopback_ips
evpn_l3_vnis
generic_asns
generic_loopback_ips
generic_loopback_ips_ipv6
ipv6_spine_leaf_link_ips
<<----------- this oneipv6_spine_superspine_link_ips
<<---- this oneipv6_to_generic_link_ips
<<----------- this oneleaf_asns
leaf_l3_peer_links
leaf_l3_peer_links_ipv6
leaf_leaf_link_ips
leaf_loopback_ips
leaf_loopback_ips_ipv6
mlag_domain_svi_subnets
mlag_domain_svi_subnets_ipv6
spine_asns
spine_leaf_link_ips
spine_loopback_ips
spine_loopback_ips_ipv6
spine_superspine_link_ips
superspine_asns
superspine_loopback_ips
superspine_loopback_ips_ipv6
to_generic_link_ips
virtual_network_svi_subnets
virtual_network_svi_subnets_ipv6
vni_virtual_network_ids
vtep_ips
Three of those values don't quite fit in. To fit in with the pattern established by the other values, they should be:
ipv6_spine_leaf_link_ips_ipv6
ipv6_spine_superspine_link_ips_ipv6
ipv6_to_generic_link_ips_ipv6
The text was updated successfully, but these errors were encountered: