-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
resource apstra_datacenter_routing_zone does not allocates Leaf Loopback ip's #672
Comments
creating a routing zone with this code:
does not allocates leaf loopback ip's. possible solutions:
|
As in the Web UI, a resource pool needs to be allocated for assigning loopback addresses within each routing zone. You can do this using the resource "apstra_datacenter_resource_pool_allocation" "routing_zone" {
blueprint_id = apstra_datacenter_blueprint.this.id
routing_zone_id = apstra_datacenter_routing_zone.routing_zone.id
role = "leaf_loopback_ips"
pool_ids = [ apstra_ipv4_pool.something.id ]
} Including |
Hello, Thanks for the quick response. Exactly what I need! Maybe you can add a notice in the documentation regarding this setting on: |
#672 Update routing zone example code
inherit from blueprint or create a resource apstra_datacenter_routing_zone_resource_pool_allocation
The text was updated successfully, but these errors were encountered: