Skip to content

Remove <empty string> from permitted freeform lag_mode values#1250

Open
chrismarget-j wants to merge 2 commits into
mainfrom
1241-empty-string-input-in-apstra_freeform_aggregate_link
Open

Remove <empty string> from permitted freeform lag_mode values#1250
chrismarget-j wants to merge 2 commits into
mainfrom
1241-empty-string-input-in-apstra_freeform_aggregate_link

Conversation

@chrismarget-j
Copy link
Copy Markdown
Member

@chrismarget-j chrismarget-j commented May 1, 2026

This PR removes the option to configure "" (no LAG mode) within an apstra_freeform_aggregate_link resource.

Previously, the permitted modes were:

  • ""
  • "lacp_active"
  • "lacp_passive"
  • "static_lag"

Now it's just:

  • "lacp_active"
  • "lacp_passive"
  • "static_lag"

Setting the empty string (no LAG) doesn't really make sense when the point of the resource is to create a LAG.

Closes #1241

@chrismarget-j chrismarget-j linked an issue May 1, 2026 that may be closed by this pull request
@chrismarget-j chrismarget-j requested a review from rajagopalans May 1, 2026 14:23
@chrismarget-j chrismarget-j force-pushed the 1241-empty-string-input-in-apstra_freeform_aggregate_link branch from d7fea47 to b0a3bb7 Compare May 1, 2026 17:13
@chrismarget-j chrismarget-j changed the base branch from main to avoid-gopkg-in May 1, 2026 17:13
Base automatically changed from avoid-gopkg-in to main May 4, 2026 21:23
@chrismarget-j chrismarget-j force-pushed the 1241-empty-string-input-in-apstra_freeform_aggregate_link branch from b0a3bb7 to ade759a Compare May 28, 2026 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Empty string input in apstra_freeform_aggregate_link

1 participant