You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The managed_device resource was named after the "managed devices" tab in the web UI.
That tab leads to a management page where two different resources are managed in concert:
Agents via /api/system-agents
Systems via /api/systems
The first attempt (in this resource) attempts to manage both together, but it's now clear we're mostly managing the Agent, and we need to be able to refer to them individually via terraform resources and data sources.
The apstra_managed_device resource should be renamed apstra_agent, and the underlying structs should reflect that change as well.
The text was updated successfully, but these errors were encountered:
The
managed_device
resource was named after the "managed devices" tab in the web UI.That tab leads to a management page where two different resources are managed in concert:
/api/system-agents
/api/systems
The first attempt (in this resource) attempts to manage both together, but it's now clear we're mostly managing the Agent, and we need to be able to refer to them individually via terraform resources and data sources.
The
apstra_managed_device
resource should be renamedapstra_agent
, and the underlying structs should reflect that change as well.The text was updated successfully, but these errors were encountered: