Open ihadi581 opened 2 months ago
Hi @ihadi581, thank you for opening this issue.
aggregate_link_id
was intended to be a read-only field: If the link is (or becomes?) a member of an aggregation, then this field will display the ID of the parent LAG.
That you're allowed to enter a value here is a bug.
This terraform provider doesn't currently support creation of LAGs in Freeform Blueprints. I think we intended to add that as a separate resource. Maybe something like:
resource "apstra_freeform_aggregate_link" "example" {
name = ""
member_link_ids = []
}
edit: I'm probably confused about this. Need to talk to Bill when he's online in a couple of hours to refresh my memory.
Is LAG support something you require for your project?
Hi @chrismarget-j,
yes of course, i need LAG links between spine <> leaf and leaf <> external.
After triying create link freeform with aggreation terafrom apply reporting bug.
this example configuration tf.
this error bug :