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
apstra_freeform_link
The apstra_freeform_link resource is currently unaware of the type (internal/external) of the system specified by the user.
External systems must not have interface_name and transformation_id specified (API enforces this).
interface_name
transformation_id
Internal systems should not have interface_name and transformation_id specified, but the API accepts a half-baked endpoint specification.
If we knew the type (internal/external) of the generic systems, we could improve things by:
Consider:
map[string]bool
Create()
Update()
This discussion started in #823
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
apstra_freeform_link
resource is currently unaware of the type (internal/external) of the system specified by the user.External systems must not have
interface_name
andtransformation_id
specified (API enforces this).Internal systems should not have
interface_name
andtransformation_id
specified, but the API accepts a half-baked endpoint specification.If we knew the type (internal/external) of the generic systems, we could improve things by:
Consider:
map[string]bool
indicating whether each system is internal duringCreate()
.Create()
andUpdate()
if the user over or under specifies the link.This discussion started in #823
The text was updated successfully, but these errors were encountered: