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
I think we should rename service_name to name in the apstra_telemetry_service_registry_entry resource and data source.
Reasons:
"service" is redundant. It's already a service registry entry.
The GUI uses both service name and name for this attribute, so it's not clear that one is preferred over the other.
name is consistent with our other resources.
The resource doesn't have an id attribute. With neither an id nor name attribute, Terraform's ObjectValueId() function won't find any identifier to use in user-facing output for this resource.
The text was updated successfully, but these errors were encountered:
I think we should rename
service_name
toname
in theapstra_telemetry_service_registry_entry
resource and data source.Reasons:
name
is consistent with our other resources.id
attribute. With neither anid
norname
attribute, Terraform'sObjectValueId()
function won't find any identifier to use in user-facing output for this resource.The text was updated successfully, but these errors were encountered: