Skip to content
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 may be doing something incorrect/unsafe #607

Closed
chrismarget-j opened this issue Mar 7, 2024 · 0 comments · Fixed by #611
Closed
Assignees
Labels
enhancement New feature or request

Comments

@chrismarget-j
Copy link
Collaborator

The apstra_datacenter_routing_zone resource uses its name attribute to control both the web UI label and the VRF name of the underlying object.

The notes on RFE-2747 suggest that this is not a good idea.

Possibilities:

  • use the RequiresReplace plan modifier to ensure that a name change replaces the routing zone (ouch)
  • track vrf_name as a separate attribute, only use name in Create(), never update vrf_name
@bwJuniper bwJuniper added the enhancement New feature or request label Mar 7, 2024
chrismarget-j added a commit that referenced this issue Mar 12, 2024
…outing_zone-may-be-doing-something-incorrectunsafe

Bug #607 make `vrf_name` immutable in `apstra_datacenter_routing_zone` resource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants